diff options
Diffstat (limited to 'dist/Math-BigInt/t/use_lib1.t')
-rw-r--r-- | dist/Math-BigInt/t/use_lib1.t | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/dist/Math-BigInt/t/use_lib1.t b/dist/Math-BigInt/t/use_lib1.t index ecb60eb0a4..d31881451c 100644 --- a/dist/Math-BigInt/t/use_lib1.t +++ b/dist/Math-BigInt/t/use_lib1.t @@ -8,22 +8,7 @@ use Test; BEGIN { - $| = 1; - # to locate the testing files - my $location = $0; $location =~ s/use_lib1.t//i; - unshift @INC, qw(../lib); # to locate the modules - if (-d 't') - { - chdir 't'; - require File::Spec; - unshift @INC, File::Spec->catdir(File::Spec->updir, $location); - } - else - { - unshift @INC, $location; - } - print "# INC = @INC\n"; - + unshift @INC, 't'; plan tests => 2; } |