summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxmount/test.c
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2000-11-17 19:06:40 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2000-11-17 19:06:40 +0000
commit1e566bbb1c772a006a8f6b44f91c520f9c7cfdd2 (patch)
tree62d27f1bb8832e96c733b634e145cf0bda1ab98f /c/src/tests/psxtests/psxmount/test.c
parent2000-11-17 Jennifer Averret <jennifer@OARcorp.com> (diff)
downloadrtems-1e566bbb1c772a006a8f6b44f91c520f9c7cfdd2.tar.bz2
2000-11-17 Jennifer Averret <jennifer@OARcorp.com>
* 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.
Diffstat (limited to 'c/src/tests/psxtests/psxmount/test.c')
-rw-r--r--c/src/tests/psxtests/psxmount/test.c2
1 files changed, 1 insertions, 1 deletions
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 );