]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] tests: remove redundant code in a test case
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 2 Jun 2012 15:44:02 +0000 (17:44 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 2 Jun 2012 19:43:45 +0000 (21:43 +0200)
* t/internals.tap (Makefile.am): Remove extra declaration of the
'test-tolower' target.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/internals.tap

index 669e09e96d373af76583b53b11bcd541a80a9a03..4b545b144fa8bd01ff5c1eae13d4723e75f47c8d 100755 (executable)
@@ -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