summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxdevctl01/psxdevctl01.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2019-10-07 10:48:23 -0500
committerJoel Sherrill <joel@rtems.org>2020-01-17 16:13:35 -0600
commit5e7b3c6533aae1bedce65c1b2dfc28a34cfe8161 (patch)
tree995a5d0b5a81e43a9759b3f75c89aa9744694a4d /testsuites/psxtests/psxdevctl01/psxdevctl01.scn
parentbsp/raspberrypi: Updated the console API. (diff)
downloadrtems-5e7b3c6533aae1bedce65c1b2dfc28a34cfe8161.tar.bz2
posix_devctl - Add support for SOCKCLOSE
The FACE Technical Standard, Edition 3.0 and later require the definition of the subcommand SOCKCLOSE in <devctl.h>. Reference: ​https://www.opengroup.org/face closes #3856.
Diffstat (limited to 'testsuites/psxtests/psxdevctl01/psxdevctl01.scn')
-rw-r--r--testsuites/psxtests/psxdevctl01/psxdevctl01.scn4
1 files changed, 3 insertions, 1 deletions
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 ***