From 1e566bbb1c772a006a8f6b44f91c520f9c7cfdd2 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Fri, 17 Nov 2000 19:06:40 +0000 Subject: 2000-11-17 Jennifer Averret * psxmount/test.c, psxmount/psxmount.scn: Improve output to report expected error condition in one case. * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise readdir() of root of mounted filesystem. Also corrected the screen file for some mistakes noticed in this effort. --- c/src/tests/psxtests/psxmount/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 36b0417121..fb420391e0 100644 --- a/c/src/tests/psxtests/psxmount/test.c +++ b/c/src/tests/psxtests/psxmount/test.c @@ -378,7 +378,7 @@ int main( * Attempt to unmount a directory that is not a mount point. */ - printf("Unmount /c/y/my_mount_point/my_dir\n"); + printf("Unmount /c/y/my_mount_point/my_dir should fail with EACCES\n"); status = unmount( "/c/y/my_mount_point/my_dir" ); assert( status == -1 ); assert( errno == EACCES ); -- cgit v1.2.3