xref: /netbsd-src/external/gpl2/texinfo/dist/makeinfo/tests/no-headers (revision 29619d2afe564e54d657b83e5a3ae89584f83720)
1#!/bin/sh
2# Test that info.texi works with --no-headers (this includes node
3# pointer defaulting).
4
5unset TEXINFO_OUTPUT
6: ${srcdir=.}
7docdir=$srcdir/../../doc
8
9../makeinfo --no-headers -o /dev/null -I$docdir info.texi
10