From: Jarkko Hietaniemi Date: Sun, 5 Feb 2006 12:16:37 +0000 (+0200) Subject: 5.8.8: Unicos test skip (and for the record: config.sh and harness results) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ac3998734e4ff5b8a4d1ec332e1b981f36b49a9;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/lib/Math/BigInt/t/bigintc.t b/lib/Math/BigInt/t/bigintc.t index f0aa66d..20d1fb8 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; }