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