diff options
Diffstat (limited to 't/tap-plan-middle.sh')
-rwxr-xr-x | t/tap-plan-middle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-plan-middle.sh b/t/tap-plan-middle.sh index 971869bf1..f234cb0dd 100755 --- a/t/tap-plan-middle.sh +++ b/t/tap-plan-middle.sh @@ -17,7 +17,7 @@ # TAP support: # - test plan preceding and/or following non-result TAP lines -. ./defs || exit 1 +. test-init.sh . tap-setup.sh |