p4raw-id: //depot/perl@14974
{
$| = 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