diff options
Diffstat (limited to 't/check-concurrency-bug9245.sh')
-rwxr-xr-x | t/check-concurrency-bug9245.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/check-concurrency-bug9245.sh b/t/check-concurrency-bug9245.sh index 79e8ffcf9..ac0e66b91 100755 --- a/t/check-concurrency-bug9245.sh +++ b/t/check-concurrency-bug9245.sh @@ -18,7 +18,7 @@ # even when the Automake-generated parallel testsuite harness failed. # See automake bug#9245. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_OUTPUT |