diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-09-10 21:41:58 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-09-10 21:41:58 +0200 |
commit | fda43a7f1d1caabc6f290ecc2df77c0bd06ffc3b (patch) | |
tree | 0eab93a7cce46ffa8c1d0e29f91dc54aae00b1c5 /test/ebuild-mode-tests.el | |
parent | Version 1.75 released (diff) | |
download | ebuild-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>
Diffstat (limited to 'test/ebuild-mode-tests.el')
-rw-r--r-- | test/ebuild-mode-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
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")))))) |