diff options
Diffstat (limited to 'gnu/usr.bin/perl/t/comp/bproto.t')
-rw-r--r-- | gnu/usr.bin/perl/t/comp/bproto.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/t/comp/bproto.t b/gnu/usr.bin/perl/t/comp/bproto.t index 01efb8401cc..70748be551c 100644 --- a/gnu/usr.bin/perl/t/comp/bproto.t +++ b/gnu/usr.bin/perl/t/comp/bproto.t @@ -5,7 +5,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; } print "1..10\n"; |