summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxmsgq01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-24 15:39:07 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-24 15:39:07 +0200
commitb1860df53df538c28104f3161ae98d08f07dd4bf (patch)
tree9ee9e3feaa29e3b7b0894c7b6642b6358e075fc7 /testsuites/psxtests/psxmsgq01
parentscore: Fix blocking _CORE_message_queue_Submit() (diff)
downloadrtems-b1860df53df538c28104f3161ae98d08f07dd4bf.tar.bz2
psxtests/psxmsgq01: Fix typo
Diffstat (limited to 'testsuites/psxtests/psxmsgq01')
-rw-r--r--testsuites/psxtests/psxmsgq01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxmsgq01/init.c b/testsuites/psxtests/psxmsgq01/init.c
index 3243a40c3c..3f34d39cef 100644
--- a/testsuites/psxtests/psxmsgq01/init.c
+++ b/testsuites/psxtests/psxmsgq01/init.c
@@ -1320,7 +1320,7 @@ static void verify_blocking_mq_timedsend( void )
fatal_posix_service_status_errno( status, ETIMEDOUT, "mq_timedsend");
sc = rtems_task_resume( thread );
- fatal_directive_status( sc, RTEMS_SUCCESSFUL, "rtems_task_restart" );
+ fatal_directive_status( sc, RTEMS_SUCCESSFUL, "rtems_task_resume" );
status = clock_gettime( CLOCK_REALTIME, &timeout );
fatal_posix_service_status( status, 0, "clock_gettime" );