From 170043083949b7352f98d112875dd2060b464acb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 May 2008 16:34:01 +0000 Subject: 2008-05-15 Joel Sherrill * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look like CVS conflict markers. --- testsuites/psxtests/ChangeLog | 5 +++++ testsuites/psxtests/psxstat/psxstat.scn | 2 +- testsuites/psxtests/psxstat/test.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'testsuites') diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index de2ea89fbe..7c9d6b9df0 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,8 @@ +2008-05-15 Joel Sherrill + + * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look + like CVS conflict markers. + 2008-04-17 Joel Sherrill * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use 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" ); } -- cgit v1.2.3