Skip to content

Commit c8cdf8f

Browse files
committed
fix result
1 parent 51e3c2e commit c8cdf8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_manylinux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ def test_rpath(
617617

618618
python.install_wheel(repaired_wheel)
619619
output = python.run("from testrpath import testrpath; print(testrpath.func())")
620-
assert output.strip() == "11"
620+
assert output.strip() == "33"
621621
with zipfile.ZipFile(anylinux.io_folder / repaired_wheel) as w:
622622
libraries = tuple(
623623
name for name in w.namelist() if "testrpath.libs/lib" in name

0 commit comments

Comments
 (0)