For now disable the test in OS/390; it seems to hang,
Jarkko Hietaniemi [Tue, 26 Mar 2002 20:14:38 +0000 (20:14 +0000)]
but frustratingly seems to run from command line and
from Perl debugger.

p4raw-id: //depot/perl@15525

lib/Math/BigInt/t/mbi_rand.t

index aa020dc..bbe73c8 100644 (file)
@@ -7,6 +7,7 @@ my $count;
   
 BEGIN
   {
+  if ($^O eq 'os390') { print "1..0\n"; exit(0) }
   $| = 1;
   unshift @INC, '../lib'; # for running manually
   my $location = $0; $location =~ s/mbi_rand.t//;