Kaydet (Commit) 64aa5f69 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Remove bogus test; the master is not a terminal on Solaris and HP-UX.

üst 085ce5a7
...@@ -12,8 +12,6 @@ try: ...@@ -12,8 +12,6 @@ try:
except AttributeError: except AttributeError:
raise TestSkipped, "No openpty() available." 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): if not os.isatty(slave):
raise TestFailed, "Slave-end of pty is not a terminal." raise TestFailed, "Slave-end of pty is not a terminal."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment