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