mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-13 04:29:09 +08:00
The previous test, send_tty, didn't really exercise the new fhandler_pty_slave::dup code, since the descriptor that was sent was for a pty slave already open in the subprocess. So it already had an archetype, and no handles were duplicated. Replace it by a new test, send_pty_slave, that does exercise the new code (successfully).