diff options
Diffstat (limited to 'dist/bignum/t/brinfnan.t')
-rw-r--r-- | dist/bignum/t/brinfnan.t | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dist/bignum/t/brinfnan.t b/dist/bignum/t/brinfnan.t index 286adbc0ca..2cb5ce753d 100644 --- a/dist/bignum/t/brinfnan.t +++ b/dist/bignum/t/brinfnan.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 bigrat; my ($x); -require "infnan.inc"; +require "t/infnan.inc"; |