diff options
Diffstat (limited to 't/lib/ftmp-mktemp.t')
-rwxr-xr-x | t/lib/ftmp-mktemp.t | 2 |
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); } |