diff options
Diffstat (limited to 't/op/blocks.t')
-rw-r--r-- | t/op/blocks.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/blocks.t b/t/op/blocks.t index bfab9e071b..262ebbab16 100644 --- a/t/op/blocks.t +++ b/t/op/blocks.t @@ -1,7 +1,7 @@ #!./perl BEGIN { - chdir 't'; + chdir 't' if -d 't'; require './test.pl'; set_up_inc('../lib'); } |