summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tests/openout.mp
blob: e3099d2333da281597d2fced266bfc231a0e36d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.