diff options
Diffstat (limited to 't/parallel-tests-recheck-pr11791.sh')
-rwxr-xr-x | t/parallel-tests-recheck-pr11791.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/parallel-tests-recheck-pr11791.sh b/t/parallel-tests-recheck-pr11791.sh index 2d2fc5a71..22203c92a 100755 --- a/t/parallel-tests-recheck-pr11791.sh +++ b/t/parallel-tests-recheck-pr11791.sh @@ -18,7 +18,7 @@ # failures for the test cases. See automake bug#11791. required='cc native' -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CC |