summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-26 20:14:38 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-26 20:14:38 +0000
commit11b9455c8875d188fc452e9472342842ef4a9e88 (patch)
tree1b97be8f317ac8c0a096aefb7c581486d822ace7
parent2585f9a36cbb1a792eb49405e800bf4d68a3291b (diff)
downloadperl-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.t1
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//;