]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
one test is failing
authorBrian Warner <warner@lothar.com>
Mon, 6 May 2013 04:48:21 +0000 (21:48 -0700)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 14 Oct 2014 17:12:20 +0000 (18:12 +0100)
src/allmydata/test/test_cli.py

index e6f1cc6f3fd4f0ee0184493cf354f0d185918793..f9d6109258bec69b925d167946d342330b65874a 100644 (file)
@@ -3862,7 +3862,7 @@ class Options(unittest.TestCase):
         o = self.parse(["start"])
         self.failUnlessEqual(o["basedir"], os.path.join(os.path.expanduser("~"),
                                                         ".tahoe"))
-        o = self.parse(["start", "here"])
+        o = self.parse(["start", "here"]) # XXX fails
         self.failUnlessEqual(o["basedir"], os.path.abspath("here"))
         o = self.parse(["start", "--basedir", "there"])
         self.failUnlessEqual(o["basedir"], os.path.abspath("there"))