Forgotten test arrangement.
Jarkko Hietaniemi [Fri, 3 May 2002 15:43:47 +0000 (15:43 +0000)]
p4raw-id: //depot/perl@16379

ext/Digest/MD5/t/files.t

index 18d7009..5d25322 100644 (file)
@@ -56,7 +56,7 @@ for (split /^/, $EXPECT) {
      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;
         }