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:
883dd97
)
Fix a shallow bug.
author
Daira Hopwood
<daira@jacaranda.org>
Mon, 5 May 2014 22:05:06 +0000
(23:05 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Mon, 5 May 2014 22:05:06 +0000
(23:05 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/test/test_client.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_client.py
b/src/allmydata/test/test_client.py
index df3691f33cbf09105c6c05ae6efbb7c528be5172..05c5eaba6f2694b9792ce2246263a4d86b8b19cd 100644
(file)
--- a/
src/allmydata/test/test_client.py
+++ b/
src/allmydata/test/test_client.py
@@
-39,7
+39,7
@@
class Basic(testutil.ReallyEqualMixin, unittest.TestCase):
basedir = "test_client.Basic.test_comment"
os.mkdir(basedir)
- def write_config(s
houldfail, s
):
+ def write_config(s):
config = ("[client]\n"
"introducer.furl = %s\n" % s)
fileutil.write(os.path.join(basedir, "tahoe.cfg"), config)