diff options
Diffstat (limited to 't/tap-more.sh')
-rwxr-xr-x | t/tap-more.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/tap-more.sh b/t/tap-more.sh index 00abbf28f..14181b646 100755 --- a/t/tap-more.sh +++ b/t/tap-more.sh @@ -29,7 +29,8 @@ am_parallel_tests=yes fetch_tap_driver -cat >> configure.ac <<END +cat >> configure.ac << 'END' +AC_SUBST([LOG_DRIVER], ["dummy but required"]) AC_SUBST([AM_TEST_LOG_DRIVER_FLAGS], ['--comments']) AC_OUTPUT END |