diff options
Diffstat (limited to 't/acloca17.sh')
-rwxr-xr-x | t/acloca17.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/acloca17.sh b/t/acloca17.sh index a15cd57a7..ed8fc322a 100755 --- a/t/acloca17.sh +++ b/t/acloca17.sh @@ -17,7 +17,7 @@ # Make sure aclocal report unused required macros. am_create_testdir=empty -. ./defs || exit 1 +. test-init.sh cat > configure.ac << 'END' AC_INIT |