From: Ralf Wildenhues Date: Mon, 31 Jan 2005 17:20:47 +0000 (+0000) Subject: * tests/quote.test: Check for `--no-reexec' in $1 to avoid one reexec. X-Git-Tag: release-2-1b~767 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50170fa2210b1c3242686245048066de6952c4d8;p=thirdparty%2Flibtool.git * tests/quote.test: Check for `--no-reexec' in $1 to avoid one reexec. --- diff --git a/ChangeLog b/ChangeLog index 27765ba96..a6c0bb258 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-01-31 Ralf Wildenhues + * tests/quote.test: Check for `--no-reexec' in $1 to avoid one reexec. + * m4/libtool.m4 (_LT_COMPILER_C_O): _LT_TAGDECL(lt_compiler_c_o), not _LT_DECL, since this is tag-dependent. diff --git a/tests/quote.test b/tests/quote.test index 29fdcc4d0..50b1646d5 100755 --- a/tests/quote.test +++ b/tests/quote.test @@ -26,7 +26,7 @@ # Do the torture test. status=$EXIT_SUCCESS -case $2 in +case $1 in --no-reexec) ;; *)