]> granicus.if.org Git - python/commit
Darn; this test works when you run test_pty.py directly, but fails when regrtest...
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 22 Dec 2006 19:21:27 +0000 (19:21 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 22 Dec 2006 19:21:27 +0000 (19:21 +0000)
commitf2881e83156718235597c5d676ec71822c26b529
tree7ba81d012b1a3b62c3b560145f38d71794f03142
parent428190254510d3bc6eabf290fb138980784c38bb
Darn; this test works when you run test_pty.py directly, but fails when regrtest runs it (the os.read() raises os.error).  I can't figure out the cause, so am commenting out the test.
Lib/test/test_pty.py