diff options
Diffstat (limited to 't/remake-subdir-from-subdir.sh')
-rwxr-xr-x | t/remake-subdir-from-subdir.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/remake-subdir-from-subdir.sh b/t/remake-subdir-from-subdir.sh index b6c0c61b8..0a2c5fa1f 100755 --- a/t/remake-subdir-from-subdir.sh +++ b/t/remake-subdir-from-subdir.sh @@ -19,7 +19,7 @@ # See also the other similar tests 'remake-subdir*.sh', and the # related test 'aclocal5.sh'. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac <<'END' m4_include([subdirs.m4]) |