summaryrefslogtreecommitdiff
path: root/tests/insh2.test
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-01-10 18:15:22 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-01-10 18:15:22 +0000
commit0e3cecdd08f3ca14b804b649c2167751acc10e0f (patch)
tree09b61e0a98dd1ede38821dc48fc2551f12f394c3 /tests/insh2.test
parent1b88809dc8193a1c42df3a8265ffceed3668459e (diff)
downloadautomake-0e3cecdd08f3ca14b804b649c2167751acc10e0f.tar.gz
* Makefile.am (maintainer-check): Do not require SHELL=/bin/sh
after $MAKE -e. * tests/ansi3.test, tests/ansi5.test, tests/cond22.test, tests/man2.test, tests/subobj3.test, tests/suffix8.test, tests/suffix11.test: Do not set SHELL=/bin/sh after $MAKE -e. $SHELL is overridden by tests/defs, so it won't hurt even if $MAKE -e uses the $SHELL envvar. * tests/ansi.test, tests/insh2.test, tests/texinfo.test, tests/texinfo8.test: Use SHELL=$SHELL, not SHELL=/bin/sh. Reported by Richard Dawe.
Diffstat (limited to 'tests/insh2.test')
-rwxr-xr-xtests/insh2.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/insh2.test b/tests/insh2.test
index 6c867914c..4742205d4 100755
--- a/tests/insh2.test
+++ b/tests/insh2.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002
+# Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003
# Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
@@ -33,4 +33,4 @@ $ACLOCAL || exit 1
$AUTOMAKE || exit 1
$FGREP -v @SET_MAKE@ Makefile.in > Makefile.sed
-$MAKE -s -f Makefile.sed SHELL=/bin/sh magic | grep install-sh
+$MAKE -s -f Makefile.sed SHELL=$SHELL magic | grep install-sh