aboutsummaryrefslogtreecommitdiff
path: root/texinfo/testsuite/makeinfo.0/smstruct.exp
diff options
context:
space:
mode:
Diffstat (limited to 'texinfo/testsuite/makeinfo.0/smstruct.exp')
-rw-r--r--texinfo/testsuite/makeinfo.0/smstruct.exp14
1 files changed, 0 insertions, 14 deletions
diff --git a/texinfo/testsuite/makeinfo.0/smstruct.exp b/texinfo/testsuite/makeinfo.0/smstruct.exp
deleted file mode 100644
index 1a0c00f275c..00000000000
--- a/texinfo/testsuite/makeinfo.0/smstruct.exp
+++ /dev/null
@@ -1,14 +0,0 @@
-catch "exec $MAKEINFO -o ./smstruct.info $srcdir/text/smstruct.texi" maki_out
-
-verbose "Makeinfo output: $maki_out" 1
-
-if [string match \
- "Making*file*smstruct*from*smstruct.texi'." \
- "$maki_out" \
- ] then {
- pass "structured source file"
-} else {
- fail "structured source file"
-}
-
-