summaryrefslogtreecommitdiff
path: root/ext/XS
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2002-06-13 10:08:38 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2002-06-13 10:08:38 +0000
commitced4a1e70258a496ba26cd2f1d894cccc08f4f54 (patch)
treec37beed8ad8693a5f74438ef7f8736d1fd3093c9 /ext/XS
parent6eea12555011a5abe5fe2c4d741efbc08391c0f1 (diff)
downloadperl-ced4a1e70258a496ba26cd2f1d894cccc08f4f54.tar.gz
<pudge> crab, can you integrate 17215 ?
p4raw-id: //depot/perl@17216 p4raw-integrated: from //depot/macperl@17212 'copy in' ext/XS/APItest/t/printf.t (@17213..)
Diffstat (limited to 'ext/XS')
-rw-r--r--ext/XS/APItest/t/printf.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/XS/APItest/t/printf.t b/ext/XS/APItest/t/printf.t
index a17267de7b..91f328cd5c 100644
--- a/ext/XS/APItest/t/printf.t
+++ b/ext/XS/APItest/t/printf.t
@@ -1,6 +1,7 @@
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
+ push @INC, "::lib:$MacPerl::Architecture:" if $^O eq 'MacOS';
require Config; import Config;
if ($Config{'extensions'} !~ /\bXS\/APItest\b/) {
print "1..0 # Skip: XS::APItest was not built\n";