From 90f6ea620d4fda4fdfc277ae87db7f22b70a32c5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 24 Jan 2008 15:12:30 +0000 Subject: 2008-01-24 Joel Sherrill * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c, sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of test messages. --- testsuites/sptests/sp32/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/sptests/sp32/init.c') diff --git a/testsuites/sptests/sp32/init.c b/testsuites/sptests/sp32/init.c index e0d9a42b82..5dc44eec86 100644 --- a/testsuites/sptests/sp32/init.c +++ b/testsuites/sptests/sp32/init.c @@ -107,6 +107,6 @@ rtems_task Init( } /* the end */ - printf("*** END OF TEST SP32 ***\n"); - exit(0); + puts("*** END OF TEST 32 ***"); + rtems_test_exit(0); } -- cgit v1.2.3