Only run test_curses when sys.__stdout__ is a tty. This eliminates the
commitbfad0479e61a47249fd096538731754b508d8cb6
authorr.david.murray <r.david.murray@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 19 Oct 2009 16:01:28 +0000 (19 16:01 +0000)
committerr.david.murray <r.david.murray@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 19 Oct 2009 16:01:28 +0000 (19 16:01 +0000)
tree114cbe38a0776a1dc2dcc713201a44a3a16ec04a
parentc89ea841d4e599d581b378f58b6a17a8df190291
Only run test_curses when sys.__stdout__ is a tty.  This eliminates the
last false positive when running regrtest with -j.

git-svn-id: http://svn.python.org/projects/python/trunk@75518 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_curses.py