diff options
Diffstat (limited to 't/op/nothr5005.t')
-rwxr-xr-x | t/op/nothr5005.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/nothr5005.t b/t/op/nothr5005.t index fd36e2e89a..411a0b470e 100755 --- a/t/op/nothr5005.t +++ b/t/op/nothr5005.t @@ -6,7 +6,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, "../lib"; + @INC = '../lib'; require Config; import Config; if ($Config{'use5005threads'}) |