summaryrefslogtreecommitdiff
path: root/t/op/my_stash.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/my_stash.t')
-rw-r--r--t/op/my_stash.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/my_stash.t b/t/op/my_stash.t
index 79f3f28a08..4a1d5022e0 100644
--- a/t/op/my_stash.t
+++ b/t/op/my_stash.t
@@ -3,7 +3,7 @@
package Foo;
BEGIN {
- unshift @INC, "../lib";
+ @INC = '../lib';
}
use Test;