diff options
Diffstat (limited to 't/parallel-tests-no-spurious-summary.sh')
-rwxr-xr-x | t/parallel-tests-no-spurious-summary.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/parallel-tests-no-spurious-summary.sh b/t/parallel-tests-no-spurious-summary.sh index 008852924..751ddb020 100755 --- a/t/parallel-tests-no-spurious-summary.sh +++ b/t/parallel-tests-no-spurious-summary.sh @@ -17,7 +17,7 @@ # Check that ':test-results:' directives in test scripts' output doesn't # originate spurious results in the testsuite summary. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_OUTPUT |