]> granicus.if.org Git - python/commit
Attempt to fix the Solaris Sparc 10 buildbot. It was failing with an invalid
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 20 Mar 2008 05:41:53 +0000 (05:41 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 20 Mar 2008 05:41:53 +0000 (05:41 +0000)
commit6af3db8632783cf1f46ae1798b29db169007431b
tree89c73dd12d657c9a0143e8658a78bc453bdf2e2f
parent45ea86c1245358fc4097f60aaeee386d18ca1c07
Attempt to fix the Solaris Sparc 10 buildbot.  It was failing with an invalid
argument error on ioctl.  This was caused by the added test_fcntl ioctl test
that hard coded 0 as the fd to use.  Without a terminal, this fails on solaris.
(it passed from the command line on sol 10, both 32 and 64 bit)

Also, test_ioctl exists so I moved the test into there where it belongs.
Lib/test/test_fcntl.py
Lib/test/test_ioctl.py