summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios02/termios02.scn
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-12-12 09:25:03 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-12-13 11:36:37 +0100
commitb0da5796089191f85daac8ebca957cd0a104fde1 (patch)
tree1f1cf3bcfad1ede2377142e88d6062eb3df0c9db /testsuites/libtests/termios02/termios02.scn
parenttermios: Fix tcflow() error status (diff)
downloadrtems-b0da5796089191f85daac8ebca957cd0a104fde1.tar.bz2
termios: Implement tcflush()
New IO control RTEMS_IO_TCFLUSH.
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/termios02/termios02.scn6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/libtests/termios02/termios02.scn b/testsuites/libtests/termios02/termios02.scn
index 5e29a9cc65..9b38d69ba1 100644
--- a/testsuites/libtests/termios02/termios02.scn
+++ b/testsuites/libtests/termios02/termios02.scn
@@ -10,9 +10,9 @@ tcflow(stdin, TCIOFF) - ENOTSUP
tcflow(stdin, TCION) - ENOTSUP
tcflow(stdin, 22) - EINVAL
-tcflush(stdin, TCIFLUSH) - ENOTSUP
-tcflush(stdin, TCOFLUSH) - ENOTSUP
-tcflush(stdin, TCIOFLUSH) - ENOTSUP
+tcflush(stdin, TCIFLUSH) - OK
+tcflush(stdin, TCOFLUSH) - OK
+tcflush(stdin, TCIOFLUSH) - OK
tcflush(stdin, 22) - EINVAL
tcgetpgrp( 1 ) - OK