From e9bb4e913957b0388182de7350e198d6fe74bf02 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 23 Apr 2011 10:55:49 +0200 Subject: [PATCH] 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 deletion(-) 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 -- 2.47.2