source:
trunk/essentials/sys-apps/texinfo/makeinfo/tests/node-value
Last change on this file was 2617, checked in by , 19 years ago | |
---|---|
File size: 223 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | # Test @value expansion in node names. |
3 | |
4 | unset TEXINFO_OUTPUT |
5 | : ${srcdir=.} |
6 | |
7 | ../makeinfo $srcdir/node-value.txi |
8 | grep -v "No Value" node-value.info >/dev/null |
9 | exit_status=$? |
10 | |
11 | rm -f node-value.info |
12 | exit $exit_status |
Note:
See TracBrowser
for help on using the repository browser.