xref: /openbsd/gnu/usr.bin/texinfo/makeinfo/tests/top (revision a1acfa9b)
11cc83814Sespie#!/bin/sh
21cc83814Sespie# Test that a top node can be ignored.
31cc83814Sespie
4*a1acfa9bSespieunset TEXINFO_OUTPUT
51cc83814Sespie: ${srcdir=.}
61cc83814Sespie../makeinfo $srcdir/top.txi || exit 1
71cc83814Sespie
81cc83814Sespie# Expected warnings due to use of @ifinfo instead of @ifnottex.
91cc83814Sespie../makeinfo --no-split --no-warn --html $srcdir/top.txi -o top.html || exit 1
101cc83814Sespie
111cc83814Sespierm -f top*.html top.info
12