xref: /netbsd-src/external/gpl2/texinfo/dist/makeinfo/tests/top (revision 29619d2afe564e54d657b83e5a3ae89584f83720)
1#!/bin/sh
2# Test that a top node can be ignored.
3
4unset TEXINFO_OUTPUT
5: ${srcdir=.}
6../makeinfo $srcdir/top.txi || exit 1
7
8# Expected warnings due to use of @ifinfo instead of @ifnottex.
9../makeinfo --no-split --no-warn --html $srcdir/top.txi -o top.html || exit 1
10
11rm -f top*.html top.info
12