From 4c1b914ed8983440095b1dcb1ebc67cd4cc7cf4d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Nov 1999 16:39:44 +0000 Subject: Minor changes to make the screen match a bit better. --- c/src/tests/psxtests/psxmount/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/tests/psxtests/psxmount/test.c') diff --git a/c/src/tests/psxtests/psxmount/test.c b/c/src/tests/psxtests/psxmount/test.c index 4a0e40ffd9..c5e348accb 100644 --- a/c/src/tests/psxtests/psxmount/test.c +++ b/c/src/tests/psxtests/psxmount/test.c @@ -308,7 +308,7 @@ int main( status = chdir( "/c/y/my_mount_point/mydir" ); assert( status == 0 ); - printf(" unmount of /c/y/my_mount_point should fail with EBUSY\n"); + printf("unmount of /c/y/my_mount_point should fail with EBUSY\n"); status = unmount( "/c/y/my_mount_point" ); assert( status == -1 ); assert( errno == EBUSY ); @@ -321,7 +321,7 @@ int main( status = chdir( "/" ); assert( status == 0 ); - printf(" unmount /c/y/my_mount_point \n"); + printf("unmount /c/y/my_mount_point \n"); status = unmount( "/c/y/my_mount_point" ); assert( status == 0 ); -- cgit v1.2.3