diff options
Diffstat (limited to 'texinfo/testsuite/makeinfo.0/nonsense.exp')
-rw-r--r-- | texinfo/testsuite/makeinfo.0/nonsense.exp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/texinfo/testsuite/makeinfo.0/nonsense.exp b/texinfo/testsuite/makeinfo.0/nonsense.exp deleted file mode 100644 index 3b19f2680fc..00000000000 --- a/texinfo/testsuite/makeinfo.0/nonsense.exp +++ /dev/null @@ -1,12 +0,0 @@ -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" -} |