summaryrefslogtreecommitdiff
path: root/rtems-test-template/psxtest/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-test-template/psxtest/init.c')
-rw-r--r--rtems-test-template/psxtest/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtems-test-template/psxtest/init.c b/rtems-test-template/psxtest/init.c
index 895c142..e5976fa 100644
--- a/rtems-test-template/psxtest/init.c
+++ b/rtems-test-template/psxtest/init.c
@@ -16,11 +16,11 @@ void *POSIX_Init(
rtems_task_argument argument
)
{
- puts( "\n\n*** POSIX TEST @TESTNUM@ ***" );
+ puts( "\n\n*** POSIX TEST @UPPER@ ***" );
/* XXX test code goes here */
- puts( "*** END OF POSIX TEST @TESTNUM@ ***" );
+ puts( "*** END OF POSIX TEST @UPPER@ ***" );
rtems_test_exit(0);
}