]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Skip the ioctl test if we can't open /dev/tty. This happens on
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 20 Mar 2003 04:33:16 +0000 (04:33 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 20 Mar 2003 04:33:16 +0000 (04:33 +0000)
commit26f42f68211d320307a771c075bcabe18f7c62b9
tree1c1b86813d9a99c0651659dfb2f55f1e38f74f58
parentfe94e97e48285c9917921aff231dae7b650141d7
Skip the ioctl test if we can't open /dev/tty.  This happens on
Solaris (and probably other Unixes) when run without a terminal
(eg, from cron or at).
Lib/test/test_ioctl.py