summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios01
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-11 02:12:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-11 02:12:57 +0000
commite8e3848188319b2022e5397a83c4e565883e8200 (patch)
tree5b418b0096178abe100de07910a5925db7047429 /testsuites/libtests/termios01
parent2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-e8e3848188319b2022e5397a83c4e565883e8200.tar.bz2
2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* termios01/init.c: Increase number of termios ports by 1.
Diffstat (limited to 'testsuites/libtests/termios01')
-rw-r--r--testsuites/libtests/termios01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/termios01/init.c b/testsuites/libtests/termios01/init.c
index 7dd72861f8..b28c0f53e1 100644
--- a/testsuites/libtests/termios01/init.c
+++ b/testsuites/libtests/termios01/init.c
@@ -502,7 +502,7 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_DRIVERS 3
/* one for the console and one for the test port */
-#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2
+#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 3
/* we need to be able to open the test device */
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 4