summaryrefslogtreecommitdiffstats
path: root/tests/test_deb_packaging_support.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-25 02:59:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-25 02:59:48 +0000
commitec14b3742103754d9022782587d0b5cf2f9fd1e3 (patch)
treeb3496f24575e063a780a133dfc86eca7a51fb290 /tests/test_deb_packaging_support.py
parentReleasing progress-linux version 0.1.28-0.0~progress7.99u1. (diff)
downloaddebputy-ec14b3742103754d9022782587d0b5cf2f9fd1e3.tar.xz
debputy-ec14b3742103754d9022782587d0b5cf2f9fd1e3.zip
Merging upstream version 0.1.29.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/test_deb_packaging_support.py')
-rw-r--r--tests/test_deb_packaging_support.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_deb_packaging_support.py b/tests/test_deb_packaging_support.py
index d47526d..e4e13da 100644
--- a/tests/test_deb_packaging_support.py
+++ b/tests/test_deb_packaging_support.py
@@ -203,9 +203,9 @@ def test_upstream_changelog_salsa_issue_49(
) -> None:
# https://salsa.debian.org/debian/debputy/-/issues/49
dctrl = package_single_foo_arch_all_cxt_amd64["foo"]
- doc_dir = f"./usr/share/doc/{dctrl.name}"
+ doc_dir_path = f"./usr/share/doc/{dctrl.name}"
data_fs_root = build_virtual_fs(
- [virtual_path_def(f"{doc_dir}", link_target="foo-data")], read_write_fs=True
+ [virtual_path_def(doc_dir_path, link_target="foo-data")], read_write_fs=True
)
source_fs_root = build_virtual_fs(
[virtual_path_def("changelog", materialized_content="Wrong file!")]