xref: /openbsd-src/gnu/usr.bin/texinfo/makeinfo/tests/node-expand (revision a1acfa9b69ad64eb720639240c8438f11107dc85)
1#!/bin/sh
2# Test command expansion in node names.
3
4unset TEXINFO_OUTPUT
5: ${srcdir=.}
6
7../makeinfo --commands-in-node-names $srcdir/node-expand.txi
8test -s node-expand.info
9exit_status=$?
10
11rm -f node-expand.info
12exit $exit_status
13