From 22542b6ba7a38cdc4e14456df4530046441ec302 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Tue, 16 Nov 1999 20:50:36 +0000 Subject: Removed leading space from output. --- c/src/tests/psxtests/psxmount/psxmount.scn | 6 +++--- c/src/tests/psxtests/psxmount/test.c | 2 +- testsuites/psxtests/psxmount/psxmount.scn | 6 +++--- testsuites/psxtests/psxmount/test.c | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/c/src/tests/psxtests/psxmount/psxmount.scn b/c/src/tests/psxtests/psxmount/psxmount.scn index eaf8703572..76ccf822ca 100644 --- a/c/src/tests/psxtests/psxmount/psxmount.scn +++ b/c/src/tests/psxtests/psxmount/psxmount.scn @@ -55,7 +55,7 @@ chdir() status : 0 Unmount status: 0 Mount a NULL file system and verify EINVAL -mount with option -62 should fail with EINVAL +mount with option of -62 should fail with EINVAL Mount a Read Only filesystem at /c/y/my_mount_point Read only file system successfully mounted at /c/y/my_mount_point create c/y/my_mount_point/../../y/my_mount_point/new_dir @@ -64,8 +64,8 @@ Mount on a file should fail with ENOTDIR Create and chdir to /c/y/my_mount_point/mydir unmount of /c/y/my_mount_point should fail with EBUSY chdir to / and verify we can unmount /c/y/my_mount_point - unmount /c/y/my_mount_point - unmount /b/mount_point should fail with EINVAL +unmount /c/y/my_mount_point +unmount /b/mount_point should fail with EINVAL Mount /c/y/my_mount_point Create and open /c/y/my_mount_point/my_file diff --git a/c/src/tests/psxtests/psxmount/test.c b/c/src/tests/psxtests/psxmount/test.c index c5e348accb..4bd50efcf9 100644 --- a/c/src/tests/psxtests/psxmount/test.c +++ b/c/src/tests/psxtests/psxmount/test.c @@ -329,7 +329,7 @@ int main( * Attempt to unmount a directory that does not exist. */ - printf(" unmount /b/mount_point should fail with EINVAL\n"); + printf("unmount /b/mount_point should fail with EINVAL\n"); status = unmount( "/b/mount_point" ); assert( status == -1 ); assert( errno == ENOENT ); diff --git a/testsuites/psxtests/psxmount/psxmount.scn b/testsuites/psxtests/psxmount/psxmount.scn index eaf8703572..76ccf822ca 100644 --- a/testsuites/psxtests/psxmount/psxmount.scn +++ b/testsuites/psxtests/psxmount/psxmount.scn @@ -55,7 +55,7 @@ chdir() status : 0 Unmount status: 0 Mount a NULL file system and verify EINVAL -mount with option -62 should fail with EINVAL +mount with option of -62 should fail with EINVAL Mount a Read Only filesystem at /c/y/my_mount_point Read only file system successfully mounted at /c/y/my_mount_point create c/y/my_mount_point/../../y/my_mount_point/new_dir @@ -64,8 +64,8 @@ Mount on a file should fail with ENOTDIR Create and chdir to /c/y/my_mount_point/mydir unmount of /c/y/my_mount_point should fail with EBUSY chdir to / and verify we can unmount /c/y/my_mount_point - unmount /c/y/my_mount_point - unmount /b/mount_point should fail with EINVAL +unmount /c/y/my_mount_point +unmount /b/mount_point should fail with EINVAL Mount /c/y/my_mount_point Create and open /c/y/my_mount_point/my_file diff --git a/testsuites/psxtests/psxmount/test.c b/testsuites/psxtests/psxmount/test.c index c5e348accb..4bd50efcf9 100644 --- a/testsuites/psxtests/psxmount/test.c +++ b/testsuites/psxtests/psxmount/test.c @@ -329,7 +329,7 @@ int main( * Attempt to unmount a directory that does not exist. */ - printf(" unmount /b/mount_point should fail with EINVAL\n"); + printf("unmount /b/mount_point should fail with EINVAL\n"); status = unmount( "/b/mount_point" ); assert( status == -1 ); assert( errno == ENOENT ); -- cgit v1.2.3