repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
texinfo
/
makeinfo
/
tests
/
node-value
blob
aff0be22deae76db6039e66036ceeb911a4c052f
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