Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
encukou committed Jun 28, 2024
1 parent 05255d2 commit f303024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -2648,7 +2648,7 @@ def add_link(tar: tarfile.TarFile, name: str, linktype: str, target: str) -> Non
# uses if symlinking is disabled.)
SEP = os.path.sep

pkg_root = f'{common_prefix}src/linktest'
pkg_root = f"{common_prefix}src/linktest"
for prefix, target_tag, linktype, target in [
("", "root", "sym", "root.dat"),
("", "root", "hard", f"{pkg_root}/root.dat"),
Expand Down

0 comments on commit f303024

Please sign in to comment.