p4raw-id: //depot/perl@16379
my($md5hex, $file) = split ' ';
my $base = $file;
if ($ENV{PERL_CORE}) {
- if ($file eq 'rfc1x321.txt') { # Don't have it in core.
+ if ($file eq 'rfc1321.txt') { # Don't have it in core.
print "ok ", ++$testno, " # Skip: PERL_CORE\n";
next;
}