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