]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: fixup one test after botched merge
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 27 Oct 2012 18:56:23 +0000 (20:56 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 27 Oct 2012 18:56:23 +0000 (20:56 +0200)
* t/recurs-user-phony.sh: This one.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/recurs-user-phony.sh

index c6e42a2eff8e12246a6cb256d86861c5019e6789..2a5a2900b40b104f891418f4e72a55dc1ad6c0d0 100755 (executable)
@@ -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])