mirror of
https://github.com/PDP-10/its.git
synced 2026-03-30 19:24:40 +00:00
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.
3.1 KiB
3.1 KiB