projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8b38226
)
5.8.8: Unicos test skip (and for the record: config.sh and harness results)
Jarkko Hietaniemi [Sun, 5 Feb 2006 12:16:37 +0000 (14:16 +0200)]
Message-ID: <
43E5D085
.90400@iki.fi>
p4raw-id: //depot/perl@27103
lib/Math/BigInt/t/bigintc.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Math/BigInt/t/bigintc.t
b/lib/Math/BigInt/t/bigintc.t
index
f0aa66d
..
20d1fb8
100644
(file)
--- a/
lib/Math/BigInt/t/bigintc.t
+++ b/
lib/Math/BigInt/t/bigintc.t
@@
-8,6
+8,10
@@
BEGIN
$| = 1;
chdir 't' if -d 't';
unshift @INC, '../lib'; # for running manually
+ if ($^O eq 'unicos') {
+ print "1..0\n";
+ exit(0);
+ }
plan tests => 308;
}