summaryrefslogtreecommitdiff
path: root/makeinfo/tests/top
blob: c1288f39fed8371368dfa25d11079e6a981a1c4a (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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