X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcomp%2Fcpp.t;h=5b061ee18199f180d06b2fbfa7eca3cca95746f2;hb=0e06870bf080a38cda51c06c6612359afc2334e1;hp=00a9e6806ae2088d7870fd3795c559f91aa138ab;hpb=bba014945c609b5474f61f5e82ed2ff3e83a6e47;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/comp/cpp.t b/t/comp/cpp.t index 00a9e68..5b061ee 100755 --- a/t/comp/cpp.t +++ b/t/comp/cpp.t @@ -8,9 +8,10 @@ BEGIN { } use Config; -if ( ($Config{'cppstdin'} =~ /\bcppstdin\b/) and +if ( $^O eq 'MSWin32' or + ($Config{'cppstdin'} =~ /\bcppstdin\b/) and ( ! -x $Config{'binexp'} . "/cppstdin") ) { - print "1..0\n"; + print "1..0 # Skip: \$Config{cppstdin} unavailable\n"; exit; # Cannot test till after install, alas. }