Files
2013-04-06 16:48:33 +02:00

12 lines
292 B
Bash
Executable File

#!/bin/sh
# Test that a top node can be ignored.
unset TEXINFO_OUTPUT
: ${srcdir=.}
../makeinfo $srcdir/top.txi || exit 1
# Expected warnings due to use of @ifinfo instead of @ifnottex.
../makeinfo --no-split --no-warn --html $srcdir/top.txi -o top.html || exit 1
rm -f top*.html top.info