summaryrefslogtreecommitdiff
path: root/t/lib/safe2.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/safe2.t')
-rwxr-xr-xt/lib/safe2.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/safe2.t b/t/lib/safe2.t
index 293b515692..4d6c84a692 100755
--- a/t/lib/safe2.t
+++ b/t/lib/safe2.t
@@ -2,7 +2,7 @@
$|=1;
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";