summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tests/openout.mp
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/tests/openout.mp')
-rw-r--r--Build/source/texk/web2c/tests/openout.mp12
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/tests/openout.mp b/Build/source/texk/web2c/tests/openout.mp
new file mode 100644
index 00000000000..e3099d2333d
--- /dev/null
+++ b/Build/source/texk/web2c/tests/openout.mp
@@ -0,0 +1,12 @@
+tracingonline := -1;
+write "hello" to "xfoo.mut";
+write EOF to "xfoo.mut";
+
+% This crashed mp in 6.96 for Ulrik, probably from openoutnameok?
+% Also problems with docstrip.
+% (Except his filenames didn't have the x's.)
+write "test" to "xopeonout";
+write EOF to "xopenout";
+write "test" to "./xopenout";
+
+bye.