diff mbox series

[COMMITED] contrib: Update test_mklog to correspond to mklog

Message ID ZemzWku7pLu1RaaA@fkdesktop.suse.cz
State New
Headers show
Series [COMMITED] contrib: Update test_mklog to correspond to mklog | expand

Commit Message

Filip Kastl March 7, 2024, 12:30 p.m. UTC
Hi,

the recent change to contrib/mklog.py broke contrib/test_mklog.py.  It modified
mklog.py to produce "Move to..." instead of "Moved to..." note in changelog for
files that were moved.  I've commited the fix as obvious.

Filip Kastl

-- 8< --

contrib/ChangeLog:

	* test_mklog.py: "Moved to..." -> "Move to..."

Signed-off-by: Filip Kastl <fkastl@suse.cz>
---
 contrib/test_mklog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/contrib/test_mklog.py b/contrib/test_mklog.py
index b6210738e55..80e159fcca4 100755
--- a/contrib/test_mklog.py
+++ b/contrib/test_mklog.py
@@ -400,7 +400,7 @@  rename to gcc/ipa-icf2.c
 EXPECTED8 = '''\
 gcc/ChangeLog:
 
-	* ipa-icf.c: Moved to...
+	* ipa-icf.c: Move to...
 	* ipa-icf2.c: ...here.
 
 '''