mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-03 19:54:09 +00:00
is this cool?
This commit is contained in:
parent
112bfaf625
commit
1751d682a2
@ -209,8 +209,8 @@ class UnicodeOutputTests(SyncTestCase):
|
||||
str(ord(stdout_char)),
|
||||
str(ord(stderr_char)),
|
||||
], stdout=PIPE, stderr=PIPE)
|
||||
stdout = p.stdout.read().decode("utf-8")
|
||||
stderr = p.stderr.read().decode("utf-8")
|
||||
stdout = p.stdout.read().decode("utf-8").replace("\r\n", "\n")
|
||||
stderr = p.stderr.read().decode("utf-8").replace("\r\n", "\n")
|
||||
returncode = p.wait()
|
||||
|
||||
self.assertThat(
|
||||
|
Loading…
Reference in New Issue
Block a user