Stamp ChangeLogs for release
[official-gcc.git] / texinfo / testsuite / makeinfo.0 / nonsense.exp
blob3b19f2680fc307be48bd0419eb84581dee8c63d1
1 catch "exec $MAKEINFO -o ./nonsense.info $srcdir/text/nonsense.texi" maki_out
3 verbose "Makeinfo output: $maki_out" 1
5 if [string match \
6 "*Unknown info command*" \
7 "$maki_out" \
8 ] then {
9 pass "unknown command detection"
10 } else {
11 fail "unknown command detection"