diff options
Diffstat (limited to 't/subdir-add2-pr46.sh')
-rwxr-xr-x | t/subdir-add2-pr46.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/subdir-add2-pr46.sh b/t/subdir-add2-pr46.sh index a4020525d..bfe7e9c51 100755 --- a/t/subdir-add2-pr46.sh +++ b/t/subdir-add2-pr46.sh @@ -19,7 +19,7 @@ # it works when make is run from the top-level directory. # PR automake/46 -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_CONFIG_MACRO_DIR([m4]) |