summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtimer
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxtimer')
-rw-r--r--testsuites/psxtests/psxtimer/psxtimer.c2
-rw-r--r--testsuites/psxtests/psxtimer/psxtimer.scn2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxtimer/psxtimer.c b/testsuites/psxtests/psxtimer/psxtimer.c
index ac4a7b9de1..ba79b8b266 100644
--- a/testsuites/psxtests/psxtimer/psxtimer.c
+++ b/testsuites/psxtests/psxtimer/psxtimer.c
@@ -334,6 +334,6 @@ void *POSIX_Init (
/* execute 20 seconds and finish */
sleep (20);
- puts( "\n\n*** End of POSIX Timers Test ***" );
+ puts( "\n\n*** END OF POSIX Timers Test ***" );
rtems_test_exit (0);
}
diff --git a/testsuites/psxtests/psxtimer/psxtimer.scn b/testsuites/psxtests/psxtimer/psxtimer.scn
index e9940d077e..5d9ce6ab89 100644
--- a/testsuites/psxtests/psxtimer/psxtimer.scn
+++ b/testsuites/psxtests/psxtimer/psxtimer.scn
@@ -34,4 +34,4 @@ Executing task C with x = 9 Fri Jan 1 00:00:18 1988
Executing task A Fri Jan 1 00:00:18 1988
Executing task A Fri Jan 1 00:00:19 1988
Executing task B with x = 10 Fri Jan 1 00:00:20 1988
-*** End of POSIX Timers Test ***
+*** END OF POSIX Timers Test ***