From: Stefano Lattarini Date: Sat, 23 Apr 2011 08:55:49 +0000 (+0200) Subject: tests: fix typo (copy & paste blunder) in heading comment X-Git-Tag: ng-0.5a~194^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9bb4e913957b0388182de7350e198d6fe74bf02;p=thirdparty%2Fautomake.git tests: fix typo (copy & paste blunder) in heading comment * tests/maintclean-vpath.test: Correctly refer to the sister test as `maintclean.test', not as `maintclean-vpath.test'. --- diff --git a/ChangeLog b/ChangeLog index a9aa182bf..1764e8649 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-23 Stefano Lattarini + + tests: fix typo (copy & paste blunder) in heading comment + * tests/maintclean-vpath.test: Correctly refer to the sister test + as `maintclean.test', not as `maintclean-vpath.test'. + 2011-04-23 Stefano Lattarini tests: remove redundant test `mclean.test' diff --git a/tests/maintclean-vpath.test b/tests/maintclean-vpath.test index 8dd2a9542..4b93ab144 100755 --- a/tests/maintclean-vpath.test +++ b/tests/maintclean-vpath.test @@ -15,7 +15,7 @@ # along with this program. If not, see . # Make sure distclean and maintainer-clean erase the right files. -# This test is for VPATH builds; see sister test `maintclean-vpath.test' +# This test is for VPATH builds; see sister test `maintclean.test' # for in-tree builds. . ./defs || Exit 1