summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/t/comp/bproto.t
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/t/comp/bproto.t')
-rw-r--r--gnu/usr.bin/perl/t/comp/bproto.t2
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";