typo + new comment
[automake.git] / tests / symlink3.test
blob40d7ebc0815db9e3c9ba3d95aebb1c547c1713c2
1 #! /bin/sh
3 # Test to make sure that `automake --force-missing' works.
5 . $srcdir/defs || exit 1
7 rm -f install-sh
8 rm -f mkinstalldirs
10 echo zot > zot
11 echo zot > mkinstalldirs
13 : > Makefile.am
15 $AUTOMAKE --add-missing --force-missing || exit 1
17 grep zot mkinstalldirs && exit 1
18 exit 0