summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxstat
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxstat')
-rw-r--r--testsuites/psxtests/psxstat/psxstat.scn2
-rw-r--r--testsuites/psxtests/psxstat/test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxstat/psxstat.scn b/testsuites/psxtests/psxstat/psxstat.scn
index 8be1a93e13..b819885da8 100644
--- a/testsuites/psxtests/psxstat/psxstat.scn
+++ b/testsuites/psxtests/psxstat/psxstat.scn
@@ -1,5 +1,5 @@
*** STAT TEST 01 ***
->>>>Current Time: - rtems_clock_get - 09:00:00 12/31/1988
+--->Current Time: - rtems_clock_get - 09:00:00 12/31/1988
Making directory /my_mount_point/dir1
Making directory /my_mount_point/dir2
Making directory /my_mount_point/dir3
diff --git a/testsuites/psxtests/psxstat/test.c b/testsuites/psxtests/psxstat/test.c
index 1619b3498b..23caabcb27 100644
--- a/testsuites/psxtests/psxstat/test.c
+++ b/testsuites/psxtests/psxstat/test.c
@@ -715,7 +715,7 @@ void Show_Time()
rtems_status_code status;
status = rtems_clock_get( RTEMS_CLOCK_GET_TOD, &time );
- printf(">>>>Current Time: ");
+ printf("--->Current Time: ");
print_time( " - rtems_clock_get - ", &time, "\n" );
}