Skip to content

Commit 7b76df0

Browse files
committed
resolve paths in namespace for cwd test
Signed-off-by: Zen <[email protected]>
1 parent dc53654 commit 7b76df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_namespace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_uid_gid():
4141
def test_cwd():
4242
from pathlib import Path
4343

44-
return [p for p in Path("/").rglob("")]
44+
return [p.resolve() for p in Path("/").rglob("")]
4545

4646

4747
@skipIf(not check_test_compat(), "Skipping test_namespace.py in CI")

0 commit comments

Comments
 (0)