diff options
Diffstat (limited to 't/tap-missing-plan-and-bad-exit.sh')
-rwxr-xr-x | t/tap-missing-plan-and-bad-exit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-missing-plan-and-bad-exit.sh b/t/tap-missing-plan-and-bad-exit.sh index 06a6f8880..c49852a50 100755 --- a/t/tap-missing-plan-and-bad-exit.sh +++ b/t/tap-missing-plan-and-bad-exit.sh @@ -19,7 +19,7 @@ # plan, then the driver reports both "missing plan" and "exited with # non-zero status" errors. -. ./defs || exit 1 +. test-init.sh cat > foo.test <<END #!/bin/sh |