diff options
Diffstat (limited to 't/parallel-tests-log-compiler-1.sh')
-rwxr-xr-x | t/parallel-tests-log-compiler-1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/parallel-tests-log-compiler-1.sh b/t/parallel-tests-log-compiler-1.sh index 0e8c9d892..9214a071e 100755 --- a/t/parallel-tests-log-compiler-1.sh +++ b/t/parallel-tests-log-compiler-1.sh @@ -19,7 +19,7 @@ # and xxx_LOG_FLAGS), also with AC_SUBST'd stuff. # See also related test 'parallel-tests-log-compiler-2.sh'. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_SUBST([acsubst_compiler], [t-compiler]) |