summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxmount/psxmount.scn
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxmount/psxmount.scn')
-rw-r--r--testsuites/psxtests/psxmount/psxmount.scn4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxmount/psxmount.scn b/testsuites/psxtests/psxmount/psxmount.scn
index a186517e4f..eaf8703572 100644
--- a/testsuites/psxtests/psxmount/psxmount.scn
+++ b/testsuites/psxtests/psxmount/psxmount.scn
@@ -55,14 +55,14 @@ chdir() status : 0
Unmount status: 0
Mount a NULL file system and verify EINVAL
-mount with option RA should fail with EINVAL
+mount with option -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
Verify a mount point retruns EBUSY for another mount
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
+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