summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios04/termios_testdriver_intr.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/termios04/termios_testdriver_intr.c')
-rw-r--r--testsuites/libtests/termios04/termios_testdriver_intr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/libtests/termios04/termios_testdriver_intr.c b/testsuites/libtests/termios04/termios_testdriver_intr.c
index a0212e6095..916d8bb698 100644
--- a/testsuites/libtests/termios04/termios_testdriver_intr.c
+++ b/testsuites/libtests/termios04/termios_testdriver_intr.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
@@ -205,6 +205,7 @@ rtems_device_driver termios_test_driver_open(
}
sc = rtems_termios_open (major, minor, arg, &Callbacks);
+ directive_failed( sc, "termios open" );
Ttyp = args->iop->data1; /* Keep cookie returned by termios_open */