mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-26 22:09:54 +00:00
tahoe_fuse.py: system test: setup: fixed a bug in which the mointpoint was not created before mounting.
This commit is contained in:
parent
7fe264d280
commit
597ab62d12
@ -217,7 +217,9 @@ class SystemTest (object):
|
|||||||
def mount_fuse_layer(self):
|
def mount_fuse_layer(self):
|
||||||
print 'Mounting fuse interface.'
|
print 'Mounting fuse interface.'
|
||||||
|
|
||||||
mp = os.path.join(self.testroot, 'mointpoint')
|
mp = os.path.join(self.testroot, 'mountpoint')
|
||||||
|
os.mkdir(mp)
|
||||||
|
|
||||||
thispath = os.path.abspath(sys.argv[0])
|
thispath = os.path.abspath(sys.argv[0])
|
||||||
thisdir = os.path.dirname(thispath)
|
thisdir = os.path.dirname(thispath)
|
||||||
fusescript = os.path.join(thisdir, 'tahoe_fuse.py')
|
fusescript = os.path.join(thisdir, 'tahoe_fuse.py')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user