Tag
Hash :
db434bde
Author :
Date :
2001-03-06T00:48:20
* tests/copy.test: Never use `rm' without `-f' - it may ask questions, notably for read-only files during `make distcheck'. * tests/insh.test: Likewise. * tests/installsh.test: Likewise. * tests/symlink.test: Likewise. * tests/symlink2.test: Likewise. * tests/symlink3.test: Likewise.
#! /bin/sh
# Test to make sure that `automake --force-missing' works.
. $srcdir/defs || exit 1
rm -f install-sh
rm -f mkinstalldirs
echo zot > zot
echo zot > mkinstalldirs
: > Makefile.am
$AUTOMAKE --add-missing --force-missing || exit 1
grep zot mkinstalldirs && exit 1
exit 0