diff options
Diffstat (limited to 't/posixsubst-tests.sh')
-rwxr-xr-x | t/posixsubst-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/posixsubst-tests.sh b/t/posixsubst-tests.sh index c6318637c..470527c01 100755 --- a/t/posixsubst-tests.sh +++ b/t/posixsubst-tests.sh @@ -18,7 +18,7 @@ # with the TESTS special variable. # For gen-testsuite-part: ==> try-with-serial-tests <== -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_OUTPUT |