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 b9d360301..c679d4fea 100755 --- a/t/tap-log.sh +++ b/t/tap-log.sh @@ -22,7 +22,7 @@ # - VERBOSE environment variable support # Keep in sync with 'test-log.sh'. -. ./defs || exit 1 +. test-init.sh cat > Makefile.am << 'END' TESTS = pass.test skip.test xfail.test fail.test xpass.test error.test |