diff options
Diffstat (limited to 't/tap-bailout-suppress-later-errors.sh')
-rwxr-xr-x | t/tap-bailout-suppress-later-errors.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-bailout-suppress-later-errors.sh b/t/tap-bailout-suppress-later-errors.sh index cd9aa146b..bd90f8dbd 100755 --- a/t/tap-bailout-suppress-later-errors.sh +++ b/t/tap-bailout-suppress-later-errors.sh @@ -20,7 +20,7 @@ . ./defs || exit 1 -. "$am_testauxdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh" +. tap-setup.sh # Various errors that can all be squashed into a single test script. cat > foo.test << 'END' |