summaryrefslogtreecommitdiff
path: root/macros/texinfo/contrib/texinfo-hu/texinfo/makeinfo/tests/html-min
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/contrib/texinfo-hu/texinfo/makeinfo/tests/html-min')
-rw-r--r--macros/texinfo/contrib/texinfo-hu/texinfo/makeinfo/tests/html-min8
1 files changed, 8 insertions, 0 deletions
diff --git a/macros/texinfo/contrib/texinfo-hu/texinfo/makeinfo/tests/html-min b/macros/texinfo/contrib/texinfo-hu/texinfo/makeinfo/tests/html-min
new file mode 100644
index 0000000000..948071a991
--- /dev/null
+++ b/macros/texinfo/contrib/texinfo-hu/texinfo/makeinfo/tests/html-min
@@ -0,0 +1,8 @@
+#!/bin/sh
+# Test that a minimal Texinfo file can be converted to HTML.
+
+../makeinfo --html --no-split ${srcdir-.}/html-min.txi
+exit_status=$?
+
+rm -f html-min.html
+exit $exit_status