X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcomp%2Fcpp.t;h=48250c23a91be140a68fb6ca60b4e3053d909e95;hb=dc459aad73ffc3aaf43c03d9908415c433fd93ba;hp=2e03c264ac47d2e02c6ef787d3d0e0c3a312a670;hpb=21f5a6076e634a7ee61d6f5aa4e44bf6708db9fb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/comp/cpp.t b/t/comp/cpp.t index 2e03c26..48250c2 100755 --- a/t/comp/cpp.t +++ b/t/comp/cpp.t @@ -9,7 +9,8 @@ BEGIN { } use Config; -if ( ($Config{'cppstdin'} =~ /\bcppstdin\b/) && +if ( $^O eq 'MacOS' || + ($Config{'cppstdin'} =~ /\bcppstdin\b/) && ! -x $Config{'binexp'} . "/cppstdin" ) { print "1..0 # Skip: \$Config{cppstdin} unavailable\n"; exit; # Cannot test till after install, alas.