summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios08/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/termios08/init.c')
-rw-r--r--testsuites/libtests/termios08/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/termios08/init.c b/testsuites/libtests/termios08/init.c
index 76e41730d8..7d57820c8c 100644
--- a/testsuites/libtests/termios08/init.c
+++ b/testsuites/libtests/termios08/init.c
@@ -130,7 +130,7 @@ rtems_task Init(
read_it( 1 );
puts( "Enqueue 7 characters" );
- termios_test_driver_set_rx( "1234567", 1 );
+ termios_test_driver_set_rx( "1234567", 7 );
read_it( 5 );
read_it( 2 );