summaryrefslogtreecommitdiff
path: root/tests/insh2.test
blob: 217411d89584e4a63b49ea01bc310cda70b11e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /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 magic | grep install-sh