X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frun%2FswitchPx.t;h=72b068fe838b2d376ee9b83d6f3094f0c177d094;hb=e44c95bb96e4819206b25a8b74f5b8c4069c432d;hp=af98031a2969c31af8ffcd30361862ae56aacac3;hpb=59910836e52b62d05b36c101c1adb9bf8756f483;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/run/switchPx.t b/t/run/switchPx.t index af98031..72b068f 100644 --- a/t/run/switchPx.t +++ b/t/run/switchPx.t @@ -8,7 +8,7 @@ BEGIN { $ENV{PERL5LIB} = '../lib'; 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.