Fix Path usage in test_rsync_roots_no_roots

This commit is contained in:
Bruno Oliveira
2025-06-24 08:21:48 -03:00
committed by GitHub
parent 58a51bc140
commit 0883ad085e

View File

@@ -206,8 +206,8 @@ class TestNodeManager:
p = Path(p)
print("remote curdir", p)
assert p == dest.joinpath(config.rootpath.name)
assert p.joinpath("dir1").check()
assert p.joinpath("dir1", "file1").check()
assert p.joinpath("dir1").is_dir()
assert p.joinpath("dir1", "file1").is_file()
def test_popen_rsync_subdir(
self,