diff options
Diffstat (limited to 't/test-log.sh')
-rwxr-xr-x | t/test-log.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-log.sh b/t/test-log.sh index 0350cce45..91c31c6de 100755 --- a/t/test-log.sh +++ b/t/test-log.sh @@ -22,7 +22,7 @@ # - VERBOSE environment variable support # Keep in sync with 'tap-log.sh'. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac <<END AC_OUTPUT |