summaryrefslogtreecommitdiff
path: root/tests/insh2.test
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2000-01-08 19:14:57 +0000
committerTom Tromey <tromey@redhat.com>2000-01-08 19:14:57 +0000
commitd846af7c88e9a252bd38745494336bf026749d56 (patch)
tree3efae3079fd35afba97a4553101158c202d7cc37 /tests/insh2.test
parent31299c75ade5369ce96f95b335ea4d0f3adf6c44 (diff)
downloadautomake-d846af7c88e9a252bd38745494336bf026749d56.tar.gz
* ansi.test, texinfo.test, empty.test, insh2.test, texinfo8.test:
Remove @SET_MAKE@ before using Makefile. * backsl2.test: Don't add AC_PROG_MAKE_SET in configure.in; already done. * defs: Put AC_PROG_MAKE_SET in configure.in. * acoutnoq.test, acoutput.test, acoutqnl.test, acouttbs.test, acouttbs2.test, colon.test, colon2.test, colon3.test, colon4.test, colon5.test, colon6.test, colon7.test, conf2.test, confh.test, confh2.test, confh3.test, confh4.test, config.test, depend3.test, discover.test, fpinst2.test, gnits.test, ldadd.test, libobj.test, libobj10.test, libobj2.test, libobj6.test, libobj7.test, libobj8.test, libobj9.test, output.test, output2.test, output3.test, output4.test, output5.test, package.test, parse.test, pr2.test, remake.test, remake2.test, scripts.test, stamph.test, texinfo8.test: Likewise.
Diffstat (limited to 'tests/insh2.test')
-rwxr-xr-xtests/insh2.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/insh2.test b/tests/insh2.test
index ae4ea2c92..9f35a6c20 100755
--- a/tests/insh2.test
+++ b/tests/insh2.test
@@ -12,4 +12,5 @@ END
$AUTOMAKE || exit 1
-$MAKE -s -f Makefile.in SHELL=/bin/sh magic | grep install-sh
+fgrep -v @SET_MAKE@ Makefile.in > Makefile.sed
+$MAKE -s -f Makefile.sed SHELL=/bin/sh magic | grep install-sh