blob: 3b19f2680fc307be48bd0419eb84581dee8c63d1 [file] [log] [blame]
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"
}