X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcomp%2Fcpp.t;h=cb8df508119560ccd54acfb16697f6342abc695a;hb=501e7c3490d3750cf17f3dfec24af9ede34f3eb1;hp=5b061ee18199f180d06b2fbfa7eca3cca95746f2;hpb=20822f61cc01ab34be1e17db483aceb9d5ec8fb7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/comp/cpp.t b/t/comp/cpp.t index 5b061ee..cb8df50 100755 --- a/t/comp/cpp.t +++ b/t/comp/cpp.t @@ -8,7 +8,7 @@ BEGIN { } use Config; -if ( $^O eq 'MSWin32' or +if ( $^O eq 'MSWin32' or $^O eq 'MacOS' or ($Config{'cppstdin'} =~ /\bcppstdin\b/) and ( ! -x $Config{'binexp'} . "/cppstdin") ) { print "1..0 # Skip: \$Config{cppstdin} unavailable\n";