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:
e18feb6
)
one test is failing
author
Brian Warner
<warner@lothar.com>
Mon, 6 May 2013 04:48:21 +0000
(21:48 -0700)
committer
Daira Hopwood
<daira@jacaranda.org>
Tue, 14 Oct 2014 17:12:20 +0000
(18:12 +0100)
src/allmydata/test/test_cli.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_cli.py
b/src/allmydata/test/test_cli.py
index e6f1cc6f3fd4f0ee0184493cf354f0d185918793..f9d6109258bec69b925d167946d342330b65874a 100644
(file)
--- a/
src/allmydata/test/test_cli.py
+++ b/
src/allmydata/test/test_cli.py
@@
-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"))