gcc/texinfo/testsuite/makeinfo.0/nonsense.exp

13 lines
301 B
Plaintext
Raw Normal View History

1997-08-22 06:57:35 +08:00
catch "exec $MAKEINFO -o ./nonsense.info $srcdir/text/nonsense.texi" maki_out
verbose "Makeinfo output: $maki_out" 1
if [string match \
"*Unknown info command*" \
"$maki_out" \
] then {
pass "unknown command detection"
} else {
fail "unknown command detection"
}