From b1860df53df538c28104f3161ae98d08f07dd4bf Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 24 May 2016 15:39:07 +0200 Subject: psxtests/psxmsgq01: Fix typo --- testsuites/psxtests/psxmsgq01/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxmsgq01') 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" ); -- cgit v1.2.3