summaryrefslogtreecommitdiff
path: root/t/lib/ops.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/ops.t')
-rwxr-xr-xt/lib/ops.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/ops.t b/t/lib/ops.t
index ce8b6d0d5f..56b1bacabb 100755
--- a/t/lib/ops.t
+++ b/t/lib/ops.t
@@ -2,7 +2,7 @@
BEGIN {
chdir 't' if -d 't';
- unshift @INC, '../lib';
+ @INC = '../lib';
require Config; import Config;
if ($Config{'extensions'} !~ /\bOpcode\b/ && $Config{'osname'} ne 'VMS') {
print "1..0\n";