diff options
Diffstat (limited to 'dist/Math-BigInt/t/downgrade.t')
-rw-r--r-- | dist/Math-BigInt/t/downgrade.t | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dist/Math-BigInt/t/downgrade.t b/dist/Math-BigInt/t/downgrade.t index 25d672c50f..371d87c4fa 100644 --- a/dist/Math-BigInt/t/downgrade.t +++ b/dist/Math-BigInt/t/downgrade.t @@ -5,11 +5,6 @@ use strict; BEGIN { - $| = 1; - unshift @INC, '../lib'; # for running manually - my $location = $0; $location =~ s/downgrade.t//; - unshift @INC, $location; # to locate the testing files - chdir 't' if -d 't'; plan tests => 15; } |