Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / texinfo / makeinfo / tests / node-expand
blob26dee2464784305fe67871ef21c55642f28740da
1 #!/bin/sh
2 # Test command expansion in node names.
4 unset TEXINFO_OUTPUT
5 : ${srcdir=.}
7 ../makeinfo --commands-in-node-names $srcdir/node-expand.txi
8 test -s node-expand.info
9 exit_status=$?
11 rm -f node-expand.info
12 exit $exit_status