summaryrefslogtreecommitdiff
path: root/t/op/write.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/write.t')
-rwxr-xr-xt/op/write.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/write.t b/t/op/write.t
index a2b5c1c1d3..c37de859c8 100755
--- a/t/op/write.t
+++ b/t/op/write.t
@@ -273,7 +273,7 @@ else
# 12..44: scary format testing from Merijn H. Brand
-if ($^O eq 'VMS' || $^O eq 'MSWin32') {
+if ($^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'dos') {
foreach (12..44) { print "ok $_ # skipped: '|-' and '-|' not supported\n"; }
exit(0);
}