summaryrefslogtreecommitdiff
path: root/t/run/switchPx.t
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-04-29 06:29:48 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-04-29 06:29:48 +0000
commita3d6aeda3e005cee8225c56bf62271c01759a355 (patch)
tree9104fd62c336c793c7538337827f79063d05fce5 /t/run/switchPx.t
parent19597322ce5f95be49dfeb818fb83f841ba15d0c (diff)
parentf027f50205c813d86c890c5f2f60eb2d68bf2fad (diff)
downloadperl-a3d6aeda3e005cee8225c56bf62271c01759a355.tar.gz
Integrate mainline
p4raw-id: //depot/perlio@16261
Diffstat (limited to 't/run/switchPx.t')
-rw-r--r--t/run/switchPx.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/run/switchPx.t b/t/run/switchPx.t
index af98031a29..72b068fe83 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.