Commit 4e8f5492 authored by Neal Norwitz's avatar Neal Norwitz

Revert last change -- test works on HPUX again after Martin's checkin

to 'properly configure the slave terminal'

See SF patch # 656590 for the details.
parent 6a8f7b74
...@@ -25,9 +25,8 @@ except OSError: ...@@ -25,9 +25,8 @@ except OSError:
# " An optional feature could not be imported " ... ? # " An optional feature could not be imported " ... ?
raise TestSkipped, "Pseudo-terminals (seemingly) not functional." raise TestSkipped, "Pseudo-terminals (seemingly) not functional."
# this hangs on HPUX 11, comment out for now until we can determine cause if not os.isatty(slave_fd):
##if not os.isatty(slave_fd): raise TestFailed, "slave_fd is not a tty"
## raise TestFailed, "slave_fd is not a tty"
# IRIX apparently turns \n into \r\n. Allow that, but avoid allowing other # IRIX apparently turns \n into \r\n. Allow that, but avoid allowing other
# differences (like extra whitespace, trailing garbage, etc.) # differences (like extra whitespace, trailing garbage, etc.)
......
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