summaryrefslogtreecommitdiffstats
path: root/c/src/tests/libtests/putenvtest/init.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/libtests/putenvtest/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/libtests/putenvtest/init.c b/c/src/tests/libtests/putenvtest/init.c
index 53530db941..15061265c2 100644
--- a/c/src/tests/libtests/putenvtest/init.c
+++ b/c/src/tests/libtests/putenvtest/init.c
@@ -57,5 +57,5 @@ rtems_task Init(
printf ("getenv(\"FOO\") ==> \"%s\"\n", getenv ("FOO"));
puts( "*** END OF PUTENV/GETENV TEST ***" );
- exit(0);
+ rtems_test_exit(0);
}