]> granicus.if.org Git - python/commit
Fix test_pty on OSF/1 (Tru64). The problem is that the newline gets
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 3 Apr 2006 05:28:31 +0000 (05:28 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 3 Apr 2006 05:28:31 +0000 (05:28 +0000)
commit84c95b94075f73e452539e71230537644a4932f8
tree030110e471617f9548ad283d2b72ca4ca57a9497
parent9cdfa4c98cd093d37450e1e6b025fc3aa8d50fe1
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.

Will backport.
Lib/test/test_pty.py