Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: swap out the second spawn_tty test
Different tty implementations will handle this differently; Linux, for instance, doesn't follow the classical approach of interpreting ICANON at time of read(2). Instead, it interprets ICANON at time of ingestion into the buffer. I don't think I can reliably test any flag being twiddled off then on again, so just test a cc change in addition to our -ICANON test. Signed-off-by: Kyle Evans <[email protected]>
- Loading branch information