From 1fbd283c2b5e92c1e9450c5e5486a73427b3ba23 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 20 Apr 2001 13:50:54 +0000 Subject: 2001-04-20 Joel Sherrill * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn, psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn, psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c, psxtime/psxtime.scn, psxtimer/psxtimer.scn: Various adjustments so test output matches screens more reliably. --- c/src/tests/psxtests/psxstat/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/tests/psxtests/psxstat/test.c') diff --git a/c/src/tests/psxtests/psxstat/test.c b/c/src/tests/psxtests/psxstat/test.c index e3882af739..901f48bd0a 100644 --- a/c/src/tests/psxtests/psxstat/test.c +++ b/c/src/tests/psxtests/psxstat/test.c @@ -194,7 +194,7 @@ void stat_a_file( rtems_filesystem_split_dev_t( statbuf.st_rdev, major2, minor2 ); - printf("\n\tst_dev (0x%x:0x%x)\n", major1, minor1 ); + printf("\n...st_dev (0x%x:0x%x)\n", major1, minor1 ); printf( "...st_ino %x\n", (int) statbuf.st_ino ); printf( "...st_mode %o\n", statbuf.st_mode ); printf( "...st_nlink %x\n", statbuf.st_nlink ); @@ -687,7 +687,7 @@ void Cause_faults() assert( status != 0 ); assert( errno == EACCES ); - printf(" Making too many hard links.\n" ); + printf("Making too many hard links.\n" ); make_too_many_links( ); printf( "pass fstat a null pointer should fail with EFAULT\n"); -- cgit v1.2.3