From 0170098ff9055b316bc54575427c3d7c8d8fbf6b Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 31 Jan 2005 17:21:15 +0000 Subject: [PATCH] * tests/quote.test: Check for `--no-reexec' in $1 to avoid one reexec. --- ChangeLog | 2 ++ tests/quote.test | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6811ef4bf..7d0710bc6 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) ;; *) -- 2.47.2