From 5e7b3c6533aae1bedce65c1b2dfc28a34cfe8161 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Oct 2019 10:48:23 -0500 Subject: posix_devctl - Add support for SOCKCLOSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The FACE Technical Standard, Edition 3.0 and later require the definition of the subcommand SOCKCLOSE in . Reference: ​https://www.opengroup.org/face closes #3856. --- testsuites/psxtests/psxdevctl01/psxdevctl01.scn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxdevctl01/psxdevctl01.scn') diff --git a/testsuites/psxtests/psxdevctl01/psxdevctl01.scn b/testsuites/psxtests/psxdevctl01/psxdevctl01.scn index 1df1d7e6e8..440046300d 100644 --- a/testsuites/psxtests/psxdevctl01/psxdevctl01.scn +++ b/testsuites/psxtests/psxdevctl01/psxdevctl01.scn @@ -1,4 +1,6 @@ *** BEGIN OF TEST PSXDEVCTL 1 *** posix_devctl() FIONBIO on stdin return dev_info -- EBADF -posix_devctl() FIONBIO on stdin return dev_info -- EBADF +posix_devctl() FIONBIO on stdin NULL dev_info -- EBADF +posix_devctl() SOCKCLOSE on invalid file descriptor -- EBADF +posix_devctl() SOCKCLOSE on valid file descriptor -- OK *** END OF TEST PSXDEVCTL 1 *** -- cgit v1.2.3