summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2006-02-05 14:16:37 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-02-06 09:42:33 +0000
commit2ac3998734e4ff5b8a4d1ec332e1b981f36b49a9 (patch)
treec296779df621f5ced386ead94202555917d083da /lib
parent8b38226bd5310e3491efebdb123b63d72520af10 (diff)
downloadperl-2ac3998734e4ff5b8a4d1ec332e1b981f36b49a9.tar.gz
5.8.8: Unicos test skip (and for the record: config.sh and harness results)
Message-ID: <43E5D085.90400@iki.fi> p4raw-id: //depot/perl@27103
Diffstat (limited to 'lib')
-rw-r--r--lib/Math/BigInt/t/bigintc.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Math/BigInt/t/bigintc.t b/lib/Math/BigInt/t/bigintc.t
index f0aa66dea0..20d1fb8f86 100644
--- 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;
}