summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtimer/psxtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxtimer/psxtimer.c')
-rw-r--r--testsuites/psxtests/psxtimer/psxtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxtimer/psxtimer.c b/testsuites/psxtests/psxtimer/psxtimer.c
index 844ede1caa..3d6bb3eb36 100644
--- a/testsuites/psxtests/psxtimer/psxtimer.c
+++ b/testsuites/psxtests/psxtimer/psxtimer.c
@@ -332,6 +332,6 @@ void *POSIX_Init (
/* execute 20 seconds and finish */
sleep (20);
puts( "\n\n*** End of POSIX Timers Test ***" );
- exit (0);
+ rtems_test_exit (0);
}