diff options
Diffstat (limited to 't/op/rand.t')
-rwxr-xr-x | t/op/rand.t | 2 |
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; |