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