From: Jarkko Hietaniemi Date: Mon, 4 Mar 2002 01:54:17 +0000 (+0000) Subject: Typo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=231071d60ef8fe5211b0e0cc62bc6c905fd457ca;p=p5sagit%2Fp5-mst-13.2.git Typo. p4raw-id: //depot/perl@14974 --- diff --git a/lib/Math/BigInt/t/upgrade.t b/lib/Math/BigInt/t/upgrade.t index 17d505c..534c99b 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