This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make t/op/rand.t fail less often
[perl5.git] / t / op / anonsub.t
index 6624f9c..949334b 100644 (file)
@@ -3,7 +3,6 @@
 chdir 't' if -d 't';
 @INC = '../lib';
 require './test.pl';
-$ENV{PERL5LIB} = "../lib" unless $^O eq 'VMS';
 use strict;
 
 $|=1;