aboutsummaryrefslogtreecommitdiff
path: root/texinfo/testsuite/makeinfo.0/not.exp
diff options
context:
space:
mode:
authorNo Author <no-author@gcc.gnu.org>1999-02-16 08:57:56 +0000
committerNo Author <no-author@gcc.gnu.org>1999-02-16 08:57:56 +0000
commit3a81931d583a6f85e84da0ca3ed0df90fca44a88 (patch)
tree7da3f6c9d93d317d9be2b2fb1aa2de68ee2924ae /texinfo/testsuite/makeinfo.0/not.exp
parent7d6964b4aa96040d4da9ac93ae32f01b9a13d9d6 (diff)
This commit was manufactured by cvs2svn to create tagprereleases/egcs-1.1.2-prerelease-1
'egcs_1_1_2_prerelease_1'. From-SVN: r25236
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"
-}