Author :
Tom Tromey
Date :
1998-09-26 18:32:31
Hash :c7266e91 Message : Test suite updates for the @SHELL@ change:
* exsource.test: Set SHELL on `make' command line.
* ansi.test: Set SHELL on `make' command line.
* texinfo.test: Set SHELL on `make' command line.
* insh2.test: Set SHELL on `make' command line.
* empty.test: Rewrite @SHELL@ to /bin/sh.
tests/insh2.test
#! /bin/sh
# Test for bug where install-sh not included in distribution.
. $srcdir/defs || exit 1
cat > Makefile.am << 'END'
pkgdata_DATA =
magic:
@echo $(DISTFILES)
END
$AUTOMAKE || exit 1
$MAKE -s -f Makefile.in SHELL=/bin/sh magic | grep install-sh