mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
basedir fixup
This commit is contained in:
parent
548d9cbbcc
commit
bb332fecf7
@ -483,7 +483,7 @@ class TestMissingPorts(unittest.TestCase):
|
||||
config = config_from_string('', '')
|
||||
basedir = fileutil.abspath_expanduser_unicode(basedir)
|
||||
config = config_from_string('', '', basedir)
|
||||
Node(config, None, None, None, None, basedir, False)
|
||||
Node(config, None, None, None, None, False)
|
||||
self.failUnless(ns.called)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user