mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-11 20:11:47 +00:00
@ -39,7 +39,7 @@ class Basic(testutil.ReallyEqualMixin, unittest.TestCase):
|
|||||||
basedir = "test_client.Basic.test_comment"
|
basedir = "test_client.Basic.test_comment"
|
||||||
os.mkdir(basedir)
|
os.mkdir(basedir)
|
||||||
|
|
||||||
def write_config(shouldfail, s):
|
def write_config(s):
|
||||||
config = ("[client]\n"
|
config = ("[client]\n"
|
||||||
"introducer.furl = %s\n" % s)
|
"introducer.furl = %s\n" % s)
|
||||||
fileutil.write(os.path.join(basedir, "tahoe.cfg"), config)
|
fileutil.write(os.path.join(basedir, "tahoe.cfg"), config)
|
||||||
|
Reference in New Issue
Block a user