projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fe264d
)
tahoe_fuse.py: system test: setup: fixed a bug in which the mointpoint was not create...
author
nejucomo
<nejucomo@gmail.com>
Tue, 29 Jan 2008 05:39:13 +0000
(22:39 -0700)
committer
nejucomo
<nejucomo@gmail.com>
Tue, 29 Jan 2008 05:39:13 +0000
(22:39 -0700)
contrib/fuse/runtests.py
patch
|
blob
|
history
diff --git
a/contrib/fuse/runtests.py
b/contrib/fuse/runtests.py
index b33d82d675d4d5975cfd62918cc7b8bd848cad0b..c2567252b4d39cff37741d676e0f13458e9fe391 100644
(file)
--- a/
contrib/fuse/runtests.py
+++ b/
contrib/fuse/runtests.py
@@
-217,7
+217,9
@@
class SystemTest (object):
def mount_fuse_layer(self):
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])
thisdir = os.path.dirname(thispath)
fusescript = os.path.join(thisdir, 'tahoe_fuse.py')