summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp21/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp21/task1.c')
-rw-r--r--testsuites/sptests/sp21/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp21/task1.c b/testsuites/sptests/sp21/task1.c
index c17da6f03f..b5e40e0e89 100644
--- a/testsuites/sptests/sp21/task1.c
+++ b/testsuites/sptests/sp21/task1.c
@@ -101,5 +101,5 @@ rtems_task Task_1(
puts( "TA1 - rtems_io_open - RTEMS_INVALID_NUMBER" );
puts( "*** END OF TEST 21 ***" );
- exit( 0 );
+ rtems_test_exit( 0 );
}