diff options
Diffstat (limited to 'dist/Math-BigInt/t/bigintc.t')
-rw-r--r-- | dist/Math-BigInt/t/bigintc.t | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dist/Math-BigInt/t/bigintc.t b/dist/Math-BigInt/t/bigintc.t index 5dbace06a3..763cb79ec4 100644 --- a/dist/Math-BigInt/t/bigintc.t +++ b/dist/Math-BigInt/t/bigintc.t @@ -5,14 +5,6 @@ use Test; BEGIN { - $| = 1; - chdir 't' if -d 't'; - unshift @INC, '../lib'; # for running manually - if ($^O eq 'unicos') # the tests hang under "unicos" - { - print "1..0\n"; - exit(0); - } plan tests => 375; } |