summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp29
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/sp29
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/sp29')
-rw-r--r--testsuites/sptests/sp29/init.c2
-rw-r--r--testsuites/sptests/sp29/sp29.scn2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp29/init.c b/testsuites/sptests/sp29/init.c
index f5873d2bb4..d40200b0c3 100644
--- a/testsuites/sptests/sp29/init.c
+++ b/testsuites/sptests/sp29/init.c
@@ -180,6 +180,6 @@ rtems_task Init (rtems_task_argument ignored)
printf ("%d: Obtained obtain non-recursive-lock semaphore too quickly -- %d ticks not %d ticks\n", __LINE__, diff, (2 * ticksPerSecond) );
}
- puts( "*** END OF SP29 ***" );
+ puts( "*** END OF TEST 29 ***" );
exit (0);
}
diff --git a/testsuites/sptests/sp29/sp29.scn b/testsuites/sptests/sp29/sp29.scn
index 700ed7f98f..0bb9345053 100644
--- a/testsuites/sptests/sp29/sp29.scn
+++ b/testsuites/sptests/sp29/sp29.scn
@@ -1,4 +1,4 @@
*** SP29 - SIMPLE SEMAPHORE TEST ***
This test only prints on errors.
-*** END OF SP29 ***
+*** END OF TEST 29 ***