summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp28
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/sp28
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/sp28')
-rw-r--r--testsuites/sptests/sp28/init.c4
-rw-r--r--testsuites/sptests/sp28/sp28.scn4
2 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/sptests/sp28/init.c b/testsuites/sptests/sp28/init.c
index eb1c2e742d..7ecc9031b7 100644
--- a/testsuites/sptests/sp28/init.c
+++ b/testsuites/sptests/sp28/init.c
@@ -81,7 +81,7 @@ subtask (rtems_task_argument arg)
while (nRunning)
rtems_task_wake_after(0);
- puts("*** END OF TEST SP28 ***" );
+ puts("*** END OF TEST 28 ***" );
rtems_test_exit(0);
}
@@ -344,7 +344,7 @@ void test_delete_as_side_effect(void)
rtems_task Init (rtems_task_argument ignored)
{
- puts("*** START OF TEST SP28 ***" );
+ puts("*** START OF TEST 28 ***" );
test_errors();
diff --git a/testsuites/sptests/sp28/sp28.scn b/testsuites/sptests/sp28/sp28.scn
index 2919bcc38c..0afe571017 100644
--- a/testsuites/sptests/sp28/sp28.scn
+++ b/testsuites/sptests/sp28/sp28.scn
@@ -1,5 +1,5 @@
-*** START OF TEST SP28 ***
+*** START OF TEST 28 ***
Task variables test begins. Any output between
this line and the `Task variables test complete' line indicates an error.
Task variables test succeeded.
-*** END OF TEST SP28 ***
+*** END OF TEST 28 ***