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