summaryrefslogtreecommitdiff
path: root/t/op
diff options
context:
space:
mode:
authorJess Robinson <castaway@desert-island.me.uk>2013-04-19 12:08:34 +0100
committerBrian Fraser <fraserbn@gmail.com>2014-01-26 14:44:22 -0300
commitb5b6faf370751f1e82873dfeb660c550f28a8245 (patch)
tree9e575f23f33279f225e8c501aa184a8f57a163a3 /t/op
parentd012f00427f10f290773d2b68ecb8c6f88057a10 (diff)
downloadperl-b5b6faf370751f1e82873dfeb660c550f28a8245.tar.gz
t/op/magic.t: TODO tests that don't work on some cross-compile builds
Diffstat (limited to 't/op')
-rw-r--r--t/op/magic.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/magic.t b/t/op/magic.t
index fbd9c9d0a6..bef1f987b5 100644
--- a/t/op/magic.t
+++ b/t/op/magic.t
@@ -174,6 +174,7 @@ END
close CMDPIPE;
$? >>= 8 if $^O eq 'VMS'; # POSIX status hiding in 2nd byte
my $todo = ($^O eq 'os2' ? ' # TODO: EMX v0.9d_fix4 bug: wrong nibble? ' : '');
+ $todo = ($Config{usecrosscompile} ? '# TODO: Not sure whats going on here when cross-compiling' : '');
print $? & 0xFF ? "ok $tn[4]$todo\n" : "not ok $tn[4]$todo\n";
open(CMDPIPE, "|-", $PERL);