We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b7eac commit 7f0138dCopy full SHA for 7f0138d
spin/tests/test_build_cmds.py
@@ -43,7 +43,7 @@ def test_debug_builds(example_pkg):
43
44
def test_prefix_builds(example_pkg):
45
"""does spin build --prefix create a build-install directory with the correct structure?"""
46
- spin("build", f"--prefix={os.path.normpath('/foobar/')}")
+ spin("build", f"--prefix={os.path.abspath('/foobar')}")
47
assert (Path("build-install") / Path("foobar")).exists()
48
49
0 commit comments