diff options
Diffstat (limited to 't/recurs-user-override.sh')
-rwxr-xr-x | t/recurs-user-override.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/recurs-user-override.sh b/t/recurs-user-override.sh index 64ef2eec2..02dd33350 100755 --- a/t/recurs-user-override.sh +++ b/t/recurs-user-override.sh @@ -17,7 +17,7 @@ # Check that override of user-defined recursive targets work as # expected. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac <<'END' AC_CONFIG_FILES([sub/Makefile]) |