diff options
Diffstat (limited to 't/lib/filefunc.t')
-rwxr-xr-x | t/lib/filefunc.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/filefunc.t b/t/lib/filefunc.t index 46a1e35774..926812248c 100755 --- a/t/lib/filefunc.t +++ b/t/lib/filefunc.t @@ -3,7 +3,7 @@ BEGIN { $^O = ''; chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; } print "1..1\n"; |