####################################################
Test Name: chmod.18 Unresolved
Test Description:
If the implementation supports a read-only file system, EROFS in errno
and a return value of -1 on a call to chmod(path, mode) when the named
file resides on a read-only file system. No change to the file mode
shall occur.
Posix Ref: Component CHMOD Assertion 5.6.4.4-39(C)
Test Information:
deletion reason: mnt_ro(/dev/loop0, chmod-d.18) failed
####################################################
Test Name: chown.18 Unresolved
Test Description:
If the implementation supports a read-only file system, EROFS in errno
and a return value of -1 on a call to chown(path, owner, group) when
the named file resides on a read-only file system. No change shall be
made to the owner and group of the file.
Posix Ref: Component CHOWN Assertion 5.6.5.4-40(C)
Test Information:
deletion reason: mnt_ro(/dev/loop0, chown-d.18) failed