1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-29 19:08:01 +00:00
Files
Adam Sampson e18ad0db11 WIP: Avoid Expect clobbering stdout when stdin isn't a tty.
Doing expect_after before a child process has been spawned causes Expect
to try reading from stdin. If stdin is /dev/null, it gets an EOF from
the read, assumes it's been closed... and closes stdout too, so we don't
see any more of the child process interaction.

WIP because I've only done this for simh.
2018-08-04 01:30:42 +01:00
..
2018-06-29 22:26:26 +02:00
2018-03-24 07:45:27 -07:00
2018-05-02 19:56:59 +02:00
2018-06-20 10:59:05 +02:00
2018-02-27 06:50:13 -08:00