Tests pass on Python 3.

This commit is contained in:
Itamar Turner-Trauring 2021-05-03 11:20:16 -04:00
parent 02edef01a9
commit f9ae91a94e

View File

@ -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])