summaryrefslogtreecommitdiff
path: root/dist/Math-BigInt/t/req_mbfi.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Math-BigInt/t/req_mbfi.t')
-rw-r--r--dist/Math-BigInt/t/req_mbfi.t16
1 files changed, 0 insertions, 16 deletions
diff --git a/dist/Math-BigInt/t/req_mbfi.t b/dist/Math-BigInt/t/req_mbfi.t
index b2b655e657..de976becd9 100644
--- a/dist/Math-BigInt/t/req_mbfi.t
+++ b/dist/Math-BigInt/t/req_mbfi.t
@@ -7,22 +7,6 @@ use Test;
BEGIN
{
- $| = 1;
- # to locate the testing files
- my $location = $0; $location =~ s/req_mbfi.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";
-
plan tests => 1;
}