[rtems commit] psxtests/psxmsgq01: Fix typo

Sebastian Huber sebh at rtems.org
Tue May 24 13:39:28 UTC 2016


Module:    rtems
Branch:    master
Commit:    b1860df53df538c28104f3161ae98d08f07dd4bf
Changeset: http://git.rtems.org/rtems/commit/?id=b1860df53df538c28104f3161ae98d08f07dd4bf

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue May 24 15:39:07 2016 +0200

psxtests/psxmsgq01: Fix typo

---

 testsuites/psxtests/psxmsgq01/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuites/psxtests/psxmsgq01/init.c b/testsuites/psxtests/psxmsgq01/init.c
index 3243a40..3f34d39 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" );




More information about the vc mailing list