From: Alexandre Duret-Lutz Date: Thu, 21 Mar 2002 11:27:14 +0000 (+0000) Subject: * tests/dirname.test: Don't use $SHELL when calling ./configure. X-Git-Tag: branchpoint-1-6~22 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=dab96d79c2bfef3abbc52fb79bafdb88e938e3bb;p=automake.git * tests/dirname.test: Don't use $SHELL when calling ./configure. --- diff --git a/ChangeLog b/ChangeLog index 95db22e3..79294e1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-03-21 Alexandre Duret-Lutz + + * tests/dirname.test: Don't use $SHELL when calling ./configure. + 2002-03-21 Alexandre Duret-Lutz * tests/dirname.test: Use --quiet to fix failure on installations diff --git a/tests/dirname.test b/tests/dirname.test index 706a9343..40c44571 100755 --- a/tests/dirname.test +++ b/tests/dirname.test @@ -21,7 +21,7 @@ $AUTOCONF || exit 77 # Use --quiet otherwise unwelcome messages like "loading site script" # would cause a failure. -$SHELL ./configure --quiet >got || exit 1 +./configure --quiet >got || exit 1 cat >wanted <