From: Stefano Lattarini Date: Sat, 2 Jun 2012 15:44:02 +0000 (+0200) Subject: [ng] tests: remove redundant code in a test case X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ecea0b45b661a1178e7585a36e6a36381cfd4ad;p=thirdparty%2Fautomake.git [ng] tests: remove redundant code in a test case * t/internals.tap (Makefile.am): Remove extra declaration of the 'test-tolower' target. Signed-off-by: Stefano Lattarini --- diff --git a/t/internals.tap b/t/internals.tap index 669e09e96..4b545b144 100755 --- a/t/internals.tap +++ b/t/internals.tap @@ -112,9 +112,6 @@ test-strip-suffixes: test '$(call am__strip_suffixes, .b.a .a, foo.b.a bar.a)' \ = 'foo bar' -.PHONY: test-tolower -test-tolower: - .PHONY: test-toupper test-toupper: test '$(call am__toupper,a)' = A