summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfile01/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxfile01/test.c')
-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();