summaryrefslogtreecommitdiff
path: root/t/lib/ftmp-mktemp.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/ftmp-mktemp.t')
-rwxr-xr-xt/lib/ftmp-mktemp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/ftmp-mktemp.t b/t/lib/ftmp-mktemp.t
index 35ab59cbb3..9503ea7585 100755
--- a/t/lib/ftmp-mktemp.t
+++ b/t/lib/ftmp-mktemp.t
@@ -5,7 +5,7 @@
BEGIN {
chdir 't' if -d 't';
- unshift @INC, '../lib';
+ @INC = '../lib';
require Test; import Test;
plan(tests => 9);
}