From: Gary V. Vaughan Date: Fri, 29 Jun 2001 22:29:09 +0000 (+0000) Subject: * tests/suffix.test: Typo in 2nd for loop. X-Git-Tag: release-1-4b~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab6753a139bb127a60be2c8bfb181dfebddc0e52;p=thirdparty%2Flibtool.git * tests/suffix.test: Typo in 2nd for loop. From Tim Van Holder --- diff --git a/ChangeLog b/ChangeLog index 3f018afb9..8825d10a6 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 Tim Van Holder * libltdl/Makefile.am (OBJECTS): This was an implicit variable. instead state the list of object variables explicitly. 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