diff options
Diffstat (limited to 't/lib/searchdict.t')
-rwxr-xr-x | t/lib/searchdict.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/searchdict.t b/t/lib/searchdict.t index 46cea394bc..c36fdb8c34 100755 --- a/t/lib/searchdict.t +++ b/t/lib/searchdict.t @@ -2,7 +2,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; } print "1..4\n"; |