summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxmount
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2000-11-20 13:58:55 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2000-11-20 13:58:55 +0000
commitee95538746b5c39b79f1c604e661041a0807f97f (patch)
treecbeac697eaeba9834464925aba006df63aab7cde /c/src/tests/psxtests/psxmount
parent2000-11-20 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ee95538746b5c39b79f1c604e661041a0807f97f.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')
-rw-r--r--c/src/tests/psxtests/psxmount/psxmount.scn8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/tests/psxtests/psxmount/psxmount.scn b/c/src/tests/psxtests/psxmount/psxmount.scn
index b2f47b6db3..88c1fa9fbe 100644
--- a/c/src/tests/psxtests/psxmount/psxmount.scn
+++ b/c/src/tests/psxtests/psxmount/psxmount.scn
@@ -25,8 +25,8 @@ create /b/my_file
Verify /b/my_file
create c/y/my_mount_point/my_dir/d
Verify c/y/my_mount_point/my_dir/d
-Attempting to mount IMFS file system at /c/z/my_mount_point
-2nd file system successfully mounted at /c/z/my_mount_point
+Attempting to mount IMFS file system at /c/z/my_mount_point
+2nd file system successfully mounted at /c/z/my_mount_point
chdir to /c/z/my_mount_point.
chdir() status : 0
@@ -56,8 +56,8 @@ chdir() status : 0
Unmount status: 0
Mount a NULL file system and verify 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
+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
Verify a mount point returns EBUSY for another mount
Mount on a file should fail with ENOTDIR