diff options
Diffstat (limited to 't/op/concat2.t')
-rw-r--r-- | t/op/concat2.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/concat2.t b/t/op/concat2.t index 363bcf8bf5..cc2fa4f00b 100644 --- a/t/op/concat2.t +++ b/t/op/concat2.t @@ -8,8 +8,8 @@ BEGIN { chdir 't' if -d 't'; - @INC = '../lib'; require './test.pl'; + set_up_inc('../lib'); } plan 2; |