From 6c0f7323c963f60dc90015a66499818f500d5b67 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 21 Mar 2002 11:27:17 +0000 Subject: [PATCH] * tests/dirname.test: Don't use $SHELL when calling ./configure. --- ChangeLog | 4 ++++ tests/dirname.test | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 95db22e33..79294e1bc 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 706a9343c..40c445711 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 <