* t/instdat.sh: Here.
* t/instdat2.sh: And here.
* t/instsh.sh: And here.
* t/instsh3.sh: And here.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
$AUTOMAKE
grep '^DATA =' Makefile.in | grep 'INSTALL_DATA' && exit 1
-exit 0
+
+:
##pkginclude_SCRIPTS = script
EOF
-$ACLOCAL || exit 1
+$ACLOCAL
$AUTOMAKE
# install-SCRIPTS targets.
diff expected produced
-
# install-exec targets.
sed -n '/^install-exec-am/,/^ /p' Makefile.in > produced
diff expected produced
-exit 0
+:
cd frob
$ACLOCAL
-$AUTOMAKE --add-missing > output 2>&1
+$AUTOMAKE --add-missing >output 2>&1 || { cat output; exit 1; }
+cat output
# Only one '/' should appear in the output.
-cat output
grep '/.*/' output && exit 1
test -f install-sh
+
+:
. test-init.sh
# Solaris /usr/ucb/touch does not accept -t.
-touch -t $old_timestamp foo \
+touch -t "$old_timestamp" foo \
|| skip_ "touch utility doesn't accept '-t' option"
get_shell_script install-sh
./install-sh -C -m 444 file d1
test -r d1/file
test ! -w d1/file
+
+: