From 8ecea0b45b661a1178e7585a36e6a36381cfd4ad Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 2 Jun 2012 17:44:02 +0200 Subject: [PATCH] [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 --- t/internals.tap | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.47.2