aboutsummaryrefslogtreecommitdiff
path: root/texinfo/testsuite/makeinfo.0/not.exp
diff options
context:
space:
mode:
Diffstat (limited to 'texinfo/testsuite/makeinfo.0/not.exp')
-rw-r--r--texinfo/testsuite/makeinfo.0/not.exp15
1 files changed, 0 insertions, 15 deletions
diff --git a/texinfo/testsuite/makeinfo.0/not.exp b/texinfo/testsuite/makeinfo.0/not.exp
deleted file mode 100644
index 3c5ac5a5964..00000000000
--- a/texinfo/testsuite/makeinfo.0/not.exp
+++ /dev/null
@@ -1,15 +0,0 @@
-# lessons:
-# 1) ALL expected args to a cmd on one line!
-# 2) `*' at end of string match pattern essential---match *complete* string!
-# 3) $srcdir (at least when .) expanded in dir where runtest invoked---
-# NOT dir where test lives!
-# 4) stderr already folded into stdout; no need for 2>&1 or such things
-
-catch "exec $MAKEINFO $srcdir/text/not.texi" maki_out
-verbose "Makeinfo output: $maki_out" 1
-
-if [string match "No*setfilename*found*in*" "$maki_out"] then {
- pass "@setfilename required"
-} else {
- fail "@setfilename required"
-}