mirror of
https://github.com/9001/copyparty.git
synced 2025-11-03 05:23:31 +00:00
when rootless, blank instead of block rootdir
This commit is contained in:
@@ -251,7 +251,7 @@ class TestVFS(unittest.TestCase):
|
||||
n = au.vfs
|
||||
# root was not defined, so PWD with no access to anyone
|
||||
self.assertEqual(n.vpath, "")
|
||||
self.assertEqual(n.realpath, td)
|
||||
self.assertEqual(n.realpath, None)
|
||||
self.assertEqual(n.uread, [])
|
||||
self.assertEqual(n.uwrite, [])
|
||||
self.assertEqual(len(n.nodes), 1)
|
||||
|
||||
Reference in New Issue
Block a user