mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
Fix a shallow bug.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
883dd9795b
commit
87df9d218d
@ -39,7 +39,7 @@ class Basic(testutil.ReallyEqualMixin, unittest.TestCase):
|
||||
basedir = "test_client.Basic.test_comment"
|
||||
os.mkdir(basedir)
|
||||
|
||||
def write_config(shouldfail, s):
|
||||
def write_config(s):
|
||||
config = ("[client]\n"
|
||||
"introducer.furl = %s\n" % s)
|
||||
fileutil.write(os.path.join(basedir, "tahoe.cfg"), config)
|
||||
|
Loading…
x
Reference in New Issue
Block a user