diff options
Diffstat (limited to 't/lib/ftmp-security.t')
-rwxr-xr-x | t/lib/ftmp-security.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/ftmp-security.t b/t/lib/ftmp-security.t index 761cbc12f4..4efe5e5a8b 100755 --- a/t/lib/ftmp-security.t +++ b/t/lib/ftmp-security.t @@ -7,7 +7,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; require Test; import Test; plan(tests => 13); } |