diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | test/ebuild-mode-tests.el | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2024-09-10 Ulrich Müller <ulm@gentoo.org> + + * test/ebuild-mode-tests.el (ebuild-mode-test-update-copyright): + Actually run ebuild-mode-update-copyright. + 2024-08-29 Ulrich Müller <ulm@gentoo.org> * Version 1.75 released. diff --git a/test/ebuild-mode-tests.el b/test/ebuild-mode-tests.el index 7ff98d5..a12c4ee 100644 --- a/test/ebuild-mode-tests.el +++ b/test/ebuild-mode-tests.el @@ -118,6 +118,7 @@ "# Copyright 2023-2024 Gentoo Authors\n")) (erase-buffer) (insert "# Copyright 2020-2023 other author\n") + (ebuild-mode-update-copyright) (should (string-equal (buffer-string) "# Copyright 2020-2023 other author\n")))))) |