======================================================================
FAIL: testSocket (tests.fd_remote.RemoteFDTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/ruibalp/src/python-filedes/tests/fd_remote.py", line 21, in testSocket
self.checkSubprocessFDs([FD(s.fileno())])
File "/Users/ruibalp/src/python-filedes/tests/fd_remote.py", line 70, in checkSubprocessFDs
self.assertEquals(FD(int(fd), p.pid).mode, fd.mode)
AssertionError: 0 != 49590
----------------------------------------------------------------------