diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-17 13:21:37 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-17 13:21:37 +0300 |
commit | ecbda90d2d0dba4d65dd2f95e347cbc4152107e2 (patch) | |
tree | f9f1ecbfdc92f8023ff68d396fa3b0619d8d3b08 /tests | |
parent | start work on 0.2.11 (diff) | |
download | pkgdev-ecbda90d2d0dba4d65dd2f95e347cbc4152107e2.tar.gz pkgdev-ecbda90d2d0dba4d65dd2f95e347cbc4152107e2.tar.bz2 pkgdev-ecbda90d2d0dba4d65dd2f95e347cbc4152107e2.zip |
mask: update removal line to match GLEP-84
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/scripts/test_pkgdev_mask.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/test_pkgdev_mask.py b/tests/scripts/test_pkgdev_mask.py index d723535..8366ced 100644 --- a/tests/scripts/test_pkgdev_mask.py +++ b/tests/scripts/test_pkgdev_mask.py @@ -294,7 +294,7 @@ class TestPkgdevMask: f"""\ # First Last <first.last@email.com> ({today}) # mask comment - # Removal: {removal}. + # Removal on {removal}. cat/pkg """ ) |