From 8c10beddebe4ff743e0e393b0fcf53fd13ccb01c Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sun, 5 May 2013 21:48:21 -0700 Subject: [PATCH] one test is failing --- src/allmydata/test/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/test/test_cli.py b/src/allmydata/test/test_cli.py index e6f1cc6f..f9d61092 100644 --- 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")) -- 2.45.2