diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-26 20:14:38 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-26 20:14:38 +0000 |
commit | 11b9455c8875d188fc452e9472342842ef4a9e88 (patch) | |
tree | 1b97be8f317ac8c0a096aefb7c581486d822ace7 | |
parent | 2585f9a36cbb1a792eb49405e800bf4d68a3291b (diff) | |
download | perl-11b9455c8875d188fc452e9472342842ef4a9e88.tar.gz |
For now disable the test in OS/390; it seems to hang,
but frustratingly seems to run from command line and
from Perl debugger.
p4raw-id: //depot/perl@15525
-rw-r--r-- | lib/Math/BigInt/t/mbi_rand.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Math/BigInt/t/mbi_rand.t b/lib/Math/BigInt/t/mbi_rand.t index aa020dccab..bbe73c84f3 100644 --- a/lib/Math/BigInt/t/mbi_rand.t +++ b/lib/Math/BigInt/t/mbi_rand.t @@ -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//; |