Submitter | phabricator |
---|---|
Date | Feb. 13, 2018, 2:48 a.m. |
Message ID | <000d00311b9606ff59f54d6d85a58a70@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/27774/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/sshprotoext.py b/tests/sshprotoext.py --- a/tests/sshprotoext.py +++ b/tests/sshprotoext.py @@ -68,7 +68,7 @@ l = self._fin.readline() assert l == b'between\n' l = self._fin.readline() - assert l == 'pairs 81\n' + assert l == b'pairs 81\n' self._fin.read(81) # Send the upgrade response.