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

This commit is contained in:
Martin v. Löwis 2002-12-31 18:05:15 +00:00
parent 085ce5a77a
commit 64aa5f6982
1 changed files with 0 additions and 2 deletions

View File

@ -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."