This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix Digest-MD5 tests to run properly under core
[perl5.git] / cpan / Digest-MD5 / t / align.t
index 90dfe80..bb12246 100644 (file)
@@ -1,10 +1,3 @@
-BEGIN {
-       if ($ENV{PERL_CORE}) {
-               chdir 't' if -d 't';
-               @INC = '../lib';
-       }
-}
-
 # Test that md5 works on unaligned memory blocks
 
 print "1..1\n";