diff options
Diffstat (limited to 't/op/dor.t')
-rw-r--r-- | t/op/dor.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/op/dor.t b/t/op/dor.t index 7fbeca06eb..4b89fd0d8c 100644 --- a/t/op/dor.t +++ b/t/op/dor.t @@ -4,11 +4,11 @@ BEGIN { chdir 't' if -d 't'; - @INC = '../lib'; + require "./test.pl"; + set_up_inc('../lib'); } package main; -require './test.pl'; plan( tests => 34 ); |