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'. --- ChangeLog | 6 ++++++ tests/maintclean-vpath.test | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index a9aa182..1764e86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-04-23 Stefano Lattarini <stefano.lattar...@gmail.com> + 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 <stefano.lattar...@gmail.com> + tests: remove redundant test `mclean.test' * tests/mclean.test: Remove, it's a weak grepping test completely superseded by the much more complete `maintclean.test'. diff --git a/tests/maintclean-vpath.test b/tests/maintclean-vpath.test index 8dd2a95..4b93ab1 100755 --- a/tests/maintclean-vpath.test +++ b/tests/maintclean-vpath.test @@ -15,7 +15,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # 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 -- 1.7.2.3