diff options
Diffstat (limited to 't/op/not.t')
-rw-r--r-- | t/op/not.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/not.t b/t/op/not.t index 17f7a36d6b..48a0168392 100644 --- a/t/op/not.t +++ b/t/op/not.t @@ -2,8 +2,8 @@ BEGIN { chdir 't' if -d 't'; - @INC = '../lib'; require './test.pl'; + set_up_inc('../lib'); } plan tests => 24; |