X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Fwrite.t;h=6af6fcbb9519ed72658b9a4a1a2a9bce63ab4eab;hb=dc459aad73ffc3aaf43c03d9908415c433fd93ba;hp=e08a64bebfb5208869d0b2f0b57ce6798eb6e660;hpb=21f5a6076e634a7ee61d6f5aa4e44bf6708db9fb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/write.t b/t/op/write.t index e08a64b..6af6fcb 100755 --- a/t/op/write.t +++ b/t/op/write.t @@ -273,7 +273,7 @@ else # 12..47: scary format testing from Merijn H. Brand -if ($^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'dos' || +if ($^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'dos' || $^O eq 'MacOS' || ($^O eq 'os2' and not eval '$OS2::can_fork')) { foreach (12..47) { print "ok $_ # skipped: '|-' and '-|' not supported\n"; } exit(0);