diff options
Diffstat (limited to 't/suffix9.sh')
-rwxr-xr-x | t/suffix9.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/suffix9.sh b/t/suffix9.sh index a0135daba..043b9ad0a 100755 --- a/t/suffix9.sh +++ b/t/suffix9.sh @@ -17,7 +17,7 @@ # Make sure that Automake choose the shorter route between suffixes # (related to PR/37) -. ./defs || exit 1 +. test-init.sh cat >>configure.ac << 'END' AC_PROG_CC |