X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fio%2Fopenpid.t;h=c6ed8402258e56ca393d814d420b4c03ca4abbef;hb=dc459aad73ffc3aaf43c03d9908415c433fd93ba;hp=3b0ac6bdd0da2dfa068ee2e7a1a2d7a9d283c139;hpb=21f5a6076e634a7ee61d6f5aa4e44bf6708db9fb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/io/openpid.t b/t/io/openpid.t index 3b0ac6b..c6ed840 100755 --- a/t/io/openpid.t +++ b/t/io/openpid.t @@ -13,7 +13,7 @@ BEGIN { require './test.pl'; } -if ($^O eq 'dos') { +if ($^O eq 'dos' || $^O eq 'MacOS') { skip_all("no multitasking"); }