Update as we have changed chacl for its error checking.

This commit is contained in:
Tim Shimmin
2001-04-26 01:49:43 +00:00
parent e20dbd3bc3
commit 1ab9178526
+2 -2
View File
@@ -49,7 +49,7 @@ Test was executed
--- Test adding a USER ACE ---
Expect to FAIL as no MASK provided
chacl: error setting access acl on "file1": Invalid argument
chacl: "u::---,g::---,o::---,u:17:r-x" is an invalid ACL specification.
Ensure that ACL has not been changed
file1 [u::---,g::---,o::r-x]
Expect to PASS - USER ACE matches user
@@ -60,7 +60,7 @@ Expect to FAIL - USER ACE does not match user
--- Test adding a GROUP ACE ---
Expect to FAIL as no MASK provided
chacl: error setting access acl on "file1": Invalid argument
chacl: "u::---,g::---,o::---,g:17:r-x" is an invalid ACL specification.
Ensure that ACL has not been changed
file1 [u::---,g::---,o::---,u:id2:r-x,m::rwx]
file1 [u::---,g::---,o::---,g:id2:r-x,m::rwx]