]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tahoe_fuse.py: system test: setup: fixed a bug in which the mointpoint was not create...
authornejucomo <nejucomo@gmail.com>
Tue, 29 Jan 2008 05:39:13 +0000 (22:39 -0700)
committernejucomo <nejucomo@gmail.com>
Tue, 29 Jan 2008 05:39:13 +0000 (22:39 -0700)
contrib/fuse/runtests.py

index b33d82d675d4d5975cfd62918cc7b8bd848cad0b..c2567252b4d39cff37741d676e0f13458e9fe391 100644 (file)
@@ -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')