summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfile01
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-05 16:45:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-05 16:45:52 +0000
commitff7ff62a0f1598e5db1ccd76b9efac49e0959689 (patch)
tree878e7bcf59316e24d0d3459417ef5303983ecb58 /testsuites/psxtests/psxfile01
parent2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-ff7ff62a0f1598e5db1ccd76b9efac49e0959689.tar.bz2
2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx04/task3.c, psxfile01/test.c, psxhdrs/Makefile.am, psxmsgq01/init.c, psxreaddir/test.c, psxsignal01/init.c, psxtimes01/init.c, psxualarm/init.c: Remove warnings.
Diffstat (limited to 'testsuites/psxtests/psxfile01')
-rw-r--r--testsuites/psxtests/psxfile01/test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxfile01/test.c b/testsuites/psxtests/psxfile01/test.c
index d24ba6eb5c..10200fd978 100644
--- a/testsuites/psxtests/psxfile01/test.c
+++ b/testsuites/psxtests/psxfile01/test.c
@@ -10,7 +10,7 @@
* /dev
* /dev/XXX [where XXX includes at least console]
*
- * COPYRIGHT (c) 1989-2010.
+ * COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -162,6 +162,7 @@ int main(
build_time( &time, 12, 31, 1988, 9, 0, 0, 0 );
rtems_status = rtems_clock_set( &time );
+ directive_failed( rtems_status, "clock set" );
/*
* Dump an empty file system
@@ -656,6 +657,7 @@ since new path is not valid");
rtems_test_assert( status == -1);
rtems_status = rtems_io_register_name( "/dev/console", 0, 0 );
+ directive_failed( rtems_status, "io register" );
test_case_reopen_append();