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