diff options
Diffstat (limited to 't/autodist.sh')
-rwxr-xr-x | t/autodist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/autodist.sh b/t/autodist.sh index 2e591de38..9834508ed 100755 --- a/t/autodist.sh +++ b/t/autodist.sh @@ -20,7 +20,7 @@ # Keep this test in sync with sister test 'autodist-subdir.sh'. am_create_testdir=empty -. ./defs || exit 1 +. test-init.sh cat > configure.ac <<END AC_INIT([$me], [1.0]) |