]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Fix a shallow bug.
authorDaira Hopwood <daira@jacaranda.org>
Mon, 5 May 2014 22:05:06 +0000 (23:05 +0100)
committerDaira 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

index df3691f33cbf09105c6c05ae6efbb7c528be5172..05c5eaba6f2694b9792ce2246263a4d86b8b19cd 100644 (file)
@@ -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)