summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfile01
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-06 17:29:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-06 17:29:29 +0000
commit3cefd8f09020580bdb7edefc6c8cfaae34d82968 (patch)
tree7833f1e63ea3cef08c7bae387ed79b3c822dde7d /testsuites/psxtests/psxfile01
parent2011-05-06 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-3cefd8f09020580bdb7edefc6c8cfaae34d82968.tar.bz2
2011-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxfile01/test.c, psxmsgq01/init.c, psxreaddir/test.c: Fix tests broken in warning pass.
Diffstat (limited to 'testsuites/psxtests/psxfile01')
-rw-r--r--testsuites/psxtests/psxfile01/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxfile01/test.c b/testsuites/psxtests/psxfile01/test.c
index 10200fd978..ad0a3319f1 100644
--- a/testsuites/psxtests/psxfile01/test.c
+++ b/testsuites/psxtests/psxfile01/test.c
@@ -656,7 +656,7 @@ since new path is not valid");
status = truncate( "/tmp/fred", 10 );
rtems_test_assert( status == -1);
- rtems_status = rtems_io_register_name( "/dev/console", 0, 0 );
+ rtems_status = rtems_io_register_name( "/dev/not_console", 0, 0 );
directive_failed( rtems_status, "io register" );
test_case_reopen_append();