summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxmsgq01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxmsgq01/init.c')
-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 fcb52dee1b..56587254b4 100644
--- a/testsuites/psxtests/psxmsgq01/init.c
+++ b/testsuites/psxtests/psxmsgq01/init.c
@@ -1157,7 +1157,7 @@ void *POSIX_Init(
verify_with_threads();
puts( "*** END OF POSIX MESSAGE QUEUE TEST ***" );
- exit( 0 );
+ rtems_test_exit( 0 );
return NULL; /* just so the compiler thinks we returned something */
}