summaryrefslogtreecommitdiff
path: root/Build/source/utils/texinfo/makeinfo/tests/top2
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/texinfo/makeinfo/tests/top2')
-rwxr-xr-xBuild/source/utils/texinfo/makeinfo/tests/top212
1 files changed, 0 insertions, 12 deletions
diff --git a/Build/source/utils/texinfo/makeinfo/tests/top2 b/Build/source/utils/texinfo/makeinfo/tests/top2
deleted file mode 100755
index 7bc27c14c4a..00000000000
--- a/Build/source/utils/texinfo/makeinfo/tests/top2
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# Test that a bare top node does not crash with --html.
-
-: ${srcdir=.}
-
-# But this input file is erroneous, so throw away errors.
-../makeinfo --no-split --force -o top2.html --html $srcdir/top2.txi 2>/dev/null
-test -s top2.html
-exit_status=$?
-
-rm -f top2.html
-exit $exit_status