summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/t/op/nothr5005.t
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/t/op/nothr5005.t')
-rwxr-xr-xcontrib/perl5/t/op/nothr5005.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/perl5/t/op/nothr5005.t b/contrib/perl5/t/op/nothr5005.t
index fd36e2e..411a0b4 100755
--- a/contrib/perl5/t/op/nothr5005.t
+++ b/contrib/perl5/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'})
OpenPOWER on IntegriCloud