Remove bogus test; the master is not a terminal on Solaris and HP-UX.
This commit is contained in:
parent
085ce5a77a
commit
64aa5f6982
|
@ -12,8 +12,6 @@ try:
|
|||
except AttributeError:
|
||||
raise TestSkipped, "No openpty() available."
|
||||
|
||||
if not os.isatty(master):
|
||||
raise TestFailed, "Master-end of pty is not a terminal."
|
||||
if not os.isatty(slave):
|
||||
raise TestFailed, "Slave-end of pty is not a terminal."
|
||||
|
||||
|
|
Loading…
Reference in New Issue