5.8.8: Unicos test skip (and for the record: config.sh and harness results)
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 5 Feb 2006 12:16:37 +0000 (14:16 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 6 Feb 2006 09:42:33 +0000 (09:42 +0000)
Message-ID: <43E5D085.90400@iki.fi>

p4raw-id: //depot/perl@27103

lib/Math/BigInt/t/bigintc.t

index f0aa66d..20d1fb8 100644 (file)
@@ -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;
   }