From ada236bdb64832dd8148532dd45e65101f9d14a2 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 29 Jun 2001 22:32:03 +0000 Subject: [PATCH] From Tim Van Holder * tests/suffix.test: Typo in 2nd for loop. --- ChangeLog | 3 +++ tests/suffix.test | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4b27bb910..c640a956d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-06-29 Gary V. Vaughan + From Tim Van Holder + * tests/suffix.test: Typo in 2nd for loop. + From Bruno Haible * libtool.m4: undefine the m4 builtin `symbols', so that the string `symbols' can be used in the rest of the code without diff --git a/tests/suffix.test b/tests/suffix.test index 169eccb12..a93732f35 100755 --- a/tests/suffix.test +++ b/tests/suffix.test @@ -29,7 +29,7 @@ done for name in $bad_names; do if ($libtool -n --mode=compile compiler -c $name 2>&1; exit 0) | grep 'cannot'; then : else - echo "recognized foo.$ext as a valid source file" + echo "recognized $name as a valid source file" status=1 fi done -- 2.47.2