summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtime/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxtime/test.c')
-rw-r--r--testsuites/psxtests/psxtime/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxtime/test.c b/testsuites/psxtests/psxtime/test.c
index e21eb2da9e..0c1cd88d33 100644
--- a/testsuites/psxtests/psxtime/test.c
+++ b/testsuites/psxtests/psxtime/test.c
@@ -110,6 +110,6 @@ int main(
}
puts( "\n\n*** END OF TIME OF DAY TEST 01 ***" );
- exit(0);
+ rtems_test_exit(0);
}