Module Name: src
Committed By: rillig
Date: Sat Feb 13 06:45:42 UTC 2021
Modified Files:
src/tests/lib/libcurses/director: director.c
src/tests/lib/libcurses/slave: commands.c slave.c slave.h
Log Message:
tests/libcurses: fix pipe handling in child process
The child process only ever needs 2 ends of the pipes: one for reading
the commands, one for writing back the results.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/tests/lib/libcurses/director/director.c
cvs rdiff -u -r1.10 -r1.11 src/tests/lib/libcurses/slave/commands.c
cvs rdiff -u -r1.11 -r1.12 src/tests/lib/libcurses/slave/slave.c
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libcurses/slave/slave.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.