summaryrefslogtreecommitdiff
path: root/t/op/assignwarn.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/assignwarn.t')
-rwxr-xr-xt/op/assignwarn.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/assignwarn.t b/t/op/assignwarn.t
index b95cec51a1..2d05b82289 100755
--- a/t/op/assignwarn.t
+++ b/t/op/assignwarn.t
@@ -8,7 +8,7 @@
BEGIN {
chdir 't' if -d 't';
- unshift @INC, '../lib';
+ @INC = '../lib';
}
use strict;