diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:22:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:22:28 +0000 |
commit | 9a0e5a4c02dd1b3d88151dd00d1368195d22d174 (patch) | |
tree | 0a5ef7487aad3ff8999f333b0932d843f284041a /tests/test_install_rules.py | |
parent | Releasing progress-linux version 0.1.43-0.0~progress7.99u1. (diff) | |
download | debputy-9a0e5a4c02dd1b3d88151dd00d1368195d22d174.tar.xz debputy-9a0e5a4c02dd1b3d88151dd00d1368195d22d174.zip |
Merging upstream version 0.1.44.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/test_install_rules.py')
-rw-r--r-- | tests/test_install_rules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_install_rules.py b/tests/test_install_rules.py index a361864..e94e8bc 100644 --- a/tests/test_install_rules.py +++ b/tests/test_install_rules.py @@ -620,7 +620,7 @@ def test_install_rules_no_matches(manifest_parser_pkg_foo) -> None: ) expected_msg = ( "There were no matches for build/private-arch-tool in /nowhere/debian/tmp, /nowhere" - " (definition: installations[0].install <Search for: build/private-arch-tool>)." + " (definition: installations[0].install [Line 5 column 6])." " Match rule: ./build/private-arch-tool (the exact path / no globbing)" ) assert e_info.value.message == expected_msg |