diff options
Diffstat (limited to 't/tap-bailout-and-logging.sh')
-rwxr-xr-x | t/tap-bailout-and-logging.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-bailout-and-logging.sh b/t/tap-bailout-and-logging.sh index f87ccb361..33fab0dcc 100755 --- a/t/tap-bailout-and-logging.sh +++ b/t/tap-bailout-and-logging.sh @@ -18,7 +18,7 @@ # - even after a "Bail out!" directive, all input is still copied in # the log file -. ./defs || exit 1 +. test-init.sh . tap-setup.sh |