diff options
Diffstat (limited to 't/parallel-tests-generated-and-distributed.sh')
-rwxr-xr-x | t/parallel-tests-generated-and-distributed.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/parallel-tests-generated-and-distributed.sh b/t/parallel-tests-generated-and-distributed.sh index eb48f9382..ff6c2f50b 100755 --- a/t/parallel-tests-generated-and-distributed.sh +++ b/t/parallel-tests-generated-and-distributed.sh @@ -24,7 +24,7 @@ # manual for the ugliness in this area, when VPATH comes into # play. :-/ -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_OUTPUT |