summaryrefslogtreecommitdiff
path: root/lib/Math
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Math')
-rw-r--r--lib/Math/BigInt/t/upgrade.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/BigInt/t/upgrade.t b/lib/Math/BigInt/t/upgrade.t
index 17d505c3e2..534c99bf12 100644
--- a/lib/Math/BigInt/t/upgrade.t
+++ b/lib/Math/BigInt/t/upgrade.t
@@ -7,7 +7,7 @@ BEGIN
{
$| = 1;
unshift @INC, '../lib'; # for running manually
- my $location = $0; $location =~ s/bigintpm.t//;
+ my $location = $0; $location =~ s/upgrade.t//;
unshift @INC, $location; # to locate the testing files
chdir 't' if -d 't';
plan tests => 2056