diff options
Diffstat (limited to 't/check5.sh')
-rwxr-xr-x | t/check5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/check5.sh b/t/check5.sh index 50113b96a..2f57e56b6 100755 --- a/t/check5.sh +++ b/t/check5.sh @@ -18,7 +18,7 @@ # For gen-testsuite-part: ==> try-with-serial-tests <== required='cc native' -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CC |