diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:22:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:22:27 +0000 |
commit | a6d69be7e62fc037a0e9d9872193c79b63f03ce0 (patch) | |
tree | 696a4872ad40d7332aee8e4e1341189b834bc391 /tests/test_install_rules.py | |
parent | Adding upstream version 0.1.43. (diff) | |
download | debputy-a6d69be7e62fc037a0e9d9872193c79b63f03ce0.tar.xz debputy-a6d69be7e62fc037a0e9d9872193c79b63f03ce0.zip |
Adding upstream version 0.1.44.upstream/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 |