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