diff options
Diffstat (limited to 't/tap-planskip-unplanned.sh')
-rwxr-xr-x | t/tap-planskip-unplanned.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-planskip-unplanned.sh b/t/tap-planskip-unplanned.sh index 5fa8ca52d..6ea3f057b 100755 --- a/t/tap-planskip-unplanned.sh +++ b/t/tap-planskip-unplanned.sh @@ -19,7 +19,7 @@ # been seen is an error # - any test result following a "plan with skip" is an error. -. ./defs || exit 1 +. test-init.sh . tap-setup.sh |