Change 16379 by jhi@alpha on 2002/05/03 15:43:47
Forgotten test arrangement.
Affected files ...
.... //depot/perl/ext/Digest/MD5/t/files.t#12 edit
Differences ...
==== //depot/perl/ext/Digest/MD5/t/files.t#12 (text) ====
Index: perl/ext/Digest/MD5/t/files.t
--- perl/ext/Digest/MD5/t/files.t.~1~ Fri May 3 10:00:05 2002
+++ perl/ext/Digest/MD5/t/files.t Fri May 3 10:00:05 2002
@@ -56,7 +56,7 @@
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;
}
End of Patch.