Module Name: src Committed By: gutteridge Date: Wed May 17 03:16:11 UTC 2023
Modified Files: src/tests/lib/libc/ttyio: t_ptm.c Log Message: t_ptm.c: add a test case that passes extra flags Validate that O_NONBLOCK and O_CLOEXEC are actually set by posix_openpt(3), as until circa 9.99.101 they were not. If/when other flags are added like close-on-fork, this test could be adjusted. The current concern is with supporting the expectations of components like vte3, used by various graphical terminal clients. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/ttyio/t_ptm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.