]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport 43568:
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 3 Apr 2006 05:30:45 +0000 (05:30 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 3 Apr 2006 05:30:45 +0000 (05:30 +0000)
commitd3bff37fcb55afe61378a5219e28f6a46328f29f
tree50ac71f6ccf589d082ccc313e2d92838f3878c84
parent8a906311f9f3d597e815b84d56c1bc843a9d812e
Backport 43568:

Fix test_pty on OSF/1 (Tru64).  The problem is that the newline gets
converted to CR CR NL.  There may be a way to fix this with tcsetattr,
but I couldn't find it.  There was a similar problem on IRIX.

Just normalize the output and compare that.
Lib/test/test_pty.py