summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp32/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-24 15:12:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-24 15:12:30 +0000
commit90f6ea620d4fda4fdfc277ae87db7f22b70a32c5 (patch)
tree078dd3f66e613119af331a8463480b80f01c3d2a /testsuites/sptests/sp32/init.c
parent2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-90f6ea620d4fda4fdfc277ae87db7f22b70a32c5.tar.bz2
2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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.
Diffstat (limited to 'testsuites/sptests/sp32/init.c')
-rw-r--r--testsuites/sptests/sp32/init.c4
1 files changed, 2 insertions, 2 deletions
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);
}