summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtimer/psxtimer.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-11 19:44:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-11 19:44:22 +0000
commite02db20c46ddd3d6cb66e9c3facbf40887fc5017 (patch)
treeca3713abc57bfa8b6667f5e87038245fed74bc1b /testsuites/psxtests/psxtimer/psxtimer.c
parent2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-e02db20c46ddd3d6cb66e9c3facbf40887fc5017.tar.bz2
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c, psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxtimer/psxtimer.c2
1 files changed, 1 insertions, 1 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);
}