From 3f4dce3152ac60ac0313138e86edbfb1cc5f103f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 22 Feb 2008 19:34:14 +0000 Subject: 2008-02-22 Joel Sherrill * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages. --- testsuites/psxtests/psxmsgq02/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxmsgq02/init.c') diff --git a/testsuites/psxtests/psxmsgq02/init.c b/testsuites/psxtests/psxmsgq02/init.c index b82b81aa05..32bb6bcc47 100644 --- a/testsuites/psxtests/psxmsgq02/init.c +++ b/testsuites/psxtests/psxmsgq02/init.c @@ -58,7 +58,7 @@ void *POSIX_Init( mq = mq_open( Get_Longest_Name(), O_WRONLY, 0x777, &attr ); fatal_posix_service_status_errno( mq, ENOMEM, "no workspace available" ); - puts( "*** END POSIX MESSAGE QUEUE 02 TEST ***" ); + puts( "*** END OF POSIX MESSAGE QUEUE 02 TEST ***" ); rtems_test_exit( 0 ); return NULL; /* just so the compiler thinks we returned something */ -- cgit v1.2.3