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, 0 insertions, 12 deletions
diff --git a/Build/source/texk/web2c/tests/openout.mp b/Build/source/texk/web2c/tests/openout.mp
deleted file mode 100644
index e3099d2333d..00000000000
--- a/Build/source/texk/web2c/tests/openout.mp
+++ /dev/null
@@ -1,12 +0,0 @@
-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.