diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:17:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:17:40 +0000 |
commit | f89c0b08e32aa85d4b1e97ae2ab867ad1c011074 (patch) | |
tree | b9e6e1336128c3f31b757ec7eae9173ebae472cd /tests/test_migrations.py | |
parent | Adding upstream version 0.1.26. (diff) | |
download | debputy-f89c0b08e32aa85d4b1e97ae2ab867ad1c011074.tar.xz debputy-f89c0b08e32aa85d4b1e97ae2ab867ad1c011074.zip |
Adding upstream version 0.1.27.upstream/0.1.27
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tests/test_migrations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_migrations.py b/tests/test_migrations.py index dc07d4c..cbf3f79 100644 --- a/tests/test_migrations.py +++ b/tests/test_migrations.py @@ -1099,7 +1099,7 @@ def test_migrate_installman_file( """ ) expected_warnings = [ - 'Detected manpages that might rely on "derive-from-basename" logic. Please double check' + 'Detected man pages that might rely on "derive-from-basename" logic. Please double check' " that the generated `install-man` rules are correct" ] _verify_migrator_generates_parsable_manifest( |