diff options
Diffstat (limited to 't/tap-log.sh')
-rwxr-xr-x | t/tap-log.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-log.sh b/t/tap-log.sh index d39965a03..6e0c80de1 100755 --- a/t/tap-log.sh +++ b/t/tap-log.sh @@ -29,7 +29,7 @@ TESTS = pass.test skip.test xfail.test fail.test xpass.test error.test TEST_SUITE_LOG = global.log END -. "$am_testauxdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh" +. tap-setup.sh # Custom markers, for use in grepping checks. cmarker=::: # comment marker |