2 # Id: twofiles,v 1.3 2004/04/11 17:56:47 karl Exp
3 # Test that an existing and nonexisting file doesn't cause a
5 # From: Arkadiusz Miskiewicz <misiek@pld.ORG.PL>, 15 Feb 2003 13:22:49 +0100.
12 trap 'status=$?; rm -f $outfile $errfile && exit $status' 0
14 ..
/makeinfo
-o /dev
/null
$srcdir/html-min.txi
/nonexistent.texinfo \
18 # we expect one error message about /nonexistent.texinfo and bad exit status.
19 test $exit_status -ne 0 \
20 && grep /nonexistent
$errfile >/dev
/null \