summaryrefslogtreecommitdiff
path: root/t/lib/filespec.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/filespec.t')
-rwxr-xr-xt/lib/filespec.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/filespec.t b/t/lib/filespec.t
index da52ec5fb5..c6d155fac1 100755
--- a/t/lib/filespec.t
+++ b/t/lib/filespec.t
@@ -3,7 +3,7 @@
BEGIN {
$^O = '';
chdir 't' if -d 't';
- unshift @INC, '../lib';
+ @INC = '../lib';
}
# Each element in this array is a single test. Storing them this way makes