commit | 6af3db8632783cf1f46ae1798b29db169007431b | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Thu Mar 20 05:41:53 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Thu Mar 20 05:41:53 2008 +0000 |
tree | 89c73dd12d657c9a0143e8658a78bc453bdf2e2f | |
parent | 45ea86c1245358fc4097f60aaeee386d18ca1c07 [diff] |
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.