summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp32
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
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')
-rw-r--r--testsuites/sptests/sp32/init.c4
-rw-r--r--testsuites/sptests/sp32/sp32.scn2
2 files changed, 3 insertions, 3 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);
}
diff --git a/testsuites/sptests/sp32/sp32.scn b/testsuites/sptests/sp32/sp32.scn
index 358a45dc2b..0168856365 100644
--- a/testsuites/sptests/sp32/sp32.scn
+++ b/testsuites/sptests/sp32/sp32.scn
@@ -4,4 +4,4 @@ period 1: measured 50 tick(s), wanted 50
period 2: measured 200 tick(s), wanted 200
period 3: measured 25 tick(s), wanted 25
period 4: measured 3 tick(s), wanted 3
-*** END OF TEST SP32 ***
+*** END OF TEST 32 ***