mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-29 17:28:53 +00:00
Tests pass on Python 3.
This commit is contained in:
parent
02edef01a9
commit
f9ae91a94e
@ -50,7 +50,7 @@ class DaemonizeTheRealServiceTests(SyncTestCase):
|
||||
"""
|
||||
nodedir = FilePath(self.mktemp())
|
||||
nodedir.makedirs()
|
||||
nodedir.child("tahoe.cfg").setContent(config)
|
||||
nodedir.child("tahoe.cfg").setContent(config.encode("ascii"))
|
||||
nodedir.child("tahoe-client.tac").touch()
|
||||
|
||||
options = parse_options(["run", nodedir.path])
|
||||
|
Loading…
Reference in New Issue
Block a user