summaryrefslogtreecommitdiff
path: root/dist/Math-BigInt/t/sub_mbi.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Math-BigInt/t/sub_mbi.t')
-rw-r--r--dist/Math-BigInt/t/sub_mbi.t19
1 files changed, 2 insertions, 17 deletions
diff --git a/dist/Math-BigInt/t/sub_mbi.t b/dist/Math-BigInt/t/sub_mbi.t
index fe89ba407e..14db066490 100644
--- a/dist/Math-BigInt/t/sub_mbi.t
+++ b/dist/Math-BigInt/t/sub_mbi.t
@@ -5,22 +5,7 @@ use strict;
BEGIN
{
- $| = 1;
- # to locate the testing files
- my $location = $0; $location =~ s/sub_mbi.t//i;
- unshift @INC, qw(../lib);
- 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 => 3279
+ 5; # +5 own tests
}
@@ -33,7 +18,7 @@ $CL = "Math::BigInt::Calc";
my $version = '0.02'; # for $VERSION tests, match current release (by hand!)
-require 'bigintpm.inc'; # perform same tests as bigintpm
+require 't/bigintpm.inc'; # perform same tests as bigintpm
###############################################################################
# Now do custom tests for Subclass itself