summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx09/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx09/init.c')
-rw-r--r--testsuites/psxtests/psx09/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx09/init.c b/testsuites/psxtests/psx09/init.c
index 2c5729752a..b1a79ef832 100644
--- a/testsuites/psxtests/psx09/init.c
+++ b/testsuites/psxtests/psx09/init.c
@@ -219,7 +219,7 @@ void *POSIX_Init(
print_current_time( "Init: ", buffer );
puts( "*** END OF POSIX TEST 9 ***" );
- exit( 0 );
+ rtems_test_exit( 0 );
return NULL; /* just so the compiler thinks we returned something */
}