summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios03
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-05 16:45:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-05 16:45:47 +0000
commit6f27ba8077b83c9e00d0b297eb18e9f08c8225a8 (patch)
treefa7dbf84cc523c17ade54bdde4976dd662d827b2 /testsuites/libtests/termios03
parent2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-6f27ba8077b83c9e00d0b297eb18e9f08c8225a8.tar.bz2
2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* devnullfatal01/testcase.h, malloc02/init.c, malloc04/init.c, malloctest/init.c, termios03/termios_testdriver_polled.c, termios04/termios_testdriver_intr.c: Remove warnings.
Diffstat (limited to 'testsuites/libtests/termios03')
-rw-r--r--testsuites/libtests/termios03/termios_testdriver_polled.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/libtests/termios03/termios_testdriver_polled.c b/testsuites/libtests/termios03/termios_testdriver_polled.c
index b148049a6b..4cc1280f9e 100644
--- a/testsuites/libtests/termios03/termios_testdriver_polled.c
+++ b/testsuites/libtests/termios03/termios_testdriver_polled.c
@@ -1,7 +1,7 @@
/*
* This file contains a test fixture termios device driver
*
- * COPYRIGHT (c) 1989-2010.
+ * COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -134,6 +134,7 @@ rtems_device_driver termios_test_driver_open(
}
sc = rtems_termios_open (major, minor, arg, &Callbacks);
+ directive_failed( sc, "termios open" );
return RTEMS_SUCCESSFUL;
}