From 934f800f9c55b311ebc52c459a07d3e1b7501569 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 27 Oct 2012 20:56:23 +0200 Subject: [PATCH] tests: fixup one test after botched merge * t/recurs-user-phony.sh: This one. Signed-off-by: Stefano Lattarini --- t/recurs-user-phony.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/recurs-user-phony.sh b/t/recurs-user-phony.sh index c6e42a2ef..2a5a2900b 100755 --- a/t/recurs-user-phony.sh +++ b/t/recurs-user-phony.sh @@ -17,7 +17,7 @@ # Check that user-defined recursive targets and their associate # '-local', '-am' and '-recursive' targets are declared as phony. -required=GNUmake +. test-init.sh cat >> configure.ac <<'END' AC_CONFIG_FILES([sub/Makefile]) -- 2.47.2