diff options
Diffstat (limited to 't/tap-plan-leading-zero.sh')
-rwxr-xr-x | t/tap-plan-leading-zero.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-plan-leading-zero.sh b/t/tap-plan-leading-zero.sh index dc1923c9f..54097daa2 100755 --- a/t/tap-plan-leading-zero.sh +++ b/t/tap-plan-leading-zero.sh @@ -19,7 +19,7 @@ # - TAP "SKIP" plans with multiple zeroes, as in "1..00 # SKIP" # This is consistent with the behaviour of the 'prove' utility. -. ./defs || exit 1 +. test-init.sh . tap-setup.sh |