diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:17:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:17:41 +0000 |
commit | c2da8244dfd429c1737c029ed3993c15b4cd8c4f (patch) | |
tree | 771515cf321b1d24e56bce38be2c392a7669cf76 /tests/test_migrations.py | |
parent | Adding debian version 0.1.26. (diff) | |
download | debputy-c2da8244dfd429c1737c029ed3993c15b4cd8c4f.tar.xz debputy-c2da8244dfd429c1737c029ed3993c15b4cd8c4f.zip |
Merging upstream version 0.1.27.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/test_migrations.py')
-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( |