diff options
Diffstat (limited to 't/op/do.t')
-rw-r--r-- | t/op/do.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,8 +2,8 @@ BEGIN { chdir 't' if -d 't'; - @INC = '../lib'; require './test.pl'; + set_up_inc( '../lib' ); } use strict; no warnings 'void'; |