summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/t/op/rand.t
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/t/op/rand.t')
-rwxr-xr-xcontrib/perl5/t/op/rand.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/perl5/t/op/rand.t b/contrib/perl5/t/op/rand.t
index 97019bb..83186ae 100755
--- a/contrib/perl5/t/op/rand.t
+++ b/contrib/perl5/t/op/rand.t
@@ -17,7 +17,7 @@
BEGIN {
chdir "t" if -d "t";
- unshift @INC, "../lib" if -d "../lib";
+ @INC = '../lib';
}
use strict;
OpenPOWER on IntegriCloud