diff options
Diffstat (limited to 'dist/bignum/t/biinfnan.t')
-rw-r--r-- | dist/bignum/t/biinfnan.t | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dist/bignum/t/biinfnan.t b/dist/bignum/t/biinfnan.t index f136c1e66e..0ad4c5711c 100644 --- a/dist/bignum/t/biinfnan.t +++ b/dist/bignum/t/biinfnan.t @@ -7,10 +7,6 @@ use strict; BEGIN { - $| = 1; - chdir 't' if -d 't'; - unshift @INC, '../lib'; - unshift @INC, '../lib/bignum/t' if $ENV{PERL_CORE}; plan tests => 26; } @@ -18,5 +14,5 @@ use bigint; my ($x); -require "infnan.inc"; +require "t/infnan.inc"; |