diff options
Diffstat (limited to 't/opbasic')
-rw-r--r-- | t/opbasic/arith.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/opbasic/arith.t b/t/opbasic/arith.t index 8aa1e16224..81f272a7a8 100644 --- a/t/opbasic/arith.t +++ b/t/opbasic/arith.t @@ -2,7 +2,8 @@ BEGIN { chdir 't' if -d 't'; - @INC = '../lib'; + require './test.pl'; + set_up_inc('../lib'); } # This file has been placed in t/opbasic to indicate that it should not use |