]> granicus.if.org Git - python/commitdiff
Remove bogus test; the master is not a terminal on Solaris and HP-UX.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 31 Dec 2002 18:05:15 +0000 (18:05 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 31 Dec 2002 18:05:15 +0000 (18:05 +0000)
Lib/test/test_openpty.py

index 858c9ea4db2c0e1289ab50b778f7119054e28540..a8b8550c3c9406e940f9bd2eda0957d5c295fb2f 100644 (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."