X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Fwrite.t;h=a86b4ebb9ab46eb8a125c3177b63c4f72ed64d11;hb=a4c04bdcc508b6a45f83e703d0f82401445aa55b;hp=a2b5c1c1d383644171d314ec5e0922565ccbaca6;hpb=362819fd800ded1d8cc98361c60215d14b9be135;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/write.t b/t/op/write.t index a2b5c1c..a86b4eb 100755 --- a/t/op/write.t +++ b/t/op/write.t @@ -273,7 +273,8 @@ 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' || + ($^O eq 'os2' and not eval '$OS2::can_fork')) { foreach (12..44) { print "ok $_ # skipped: '|-' and '-|' not supported\n"; } exit(0); }