summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-09-10 21:41:58 +0200
committerUlrich Müller <ulm@gentoo.org>2024-09-10 21:41:58 +0200
commitfda43a7f1d1caabc6f290ecc2df77c0bd06ffc3b (patch)
tree0eab93a7cce46ffa8c1d0e29f91dc54aae00b1c5
parentVersion 1.75 released (diff)
downloadebuild-mode-fda43a7f1d1caabc6f290ecc2df77c0bd06ffc3b.tar.gz
ebuild-mode-fda43a7f1d1caabc6f290ecc2df77c0bd06ffc3b.tar.bz2
ebuild-mode-fda43a7f1d1caabc6f290ecc2df77c0bd06ffc3b.zip
Fix test for ebuild-mode-update-copyright
* test/ebuild-mode-tests.el (ebuild-mode-test-update-copyright): Actually run ebuild-mode-update-copyright. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ChangeLog5
-rw-r--r--test/ebuild-mode-tests.el1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bc4e09..484a3f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"))))))