Skip to content

Commit 3ff9061

Browse files
authored
Fix a copy-paste error
1 parent 7d72b3e commit 3ff9061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,7 @@ def test_target_install_ignores_distutils_config_install_prefix(script):
15591559
assert "Successfully installed simplewheel" in result.stdout
15601560

15611561
relative_target = os.path.relpath(target, script.base_path)
1562-
relative_script_base = os.path.relpath(target, script.base_path)
1562+
relative_script_base = os.path.relpath(prefix, script.base_path)
15631563
assert relative_target in result.files_created
15641564
assert relative_script_base not in result.files_created
15651565

0 commit comments

Comments
 (0)