X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Facl%2Fpermissions.test;h=04accac2a8aab5591ace90c55275229e420475b7;hb=5700f5bc3c5bb0e65ca84f34c7b642066d8489e2;hp=17f696efabb6acefb697fdabaef6218ad4621fc4;hpb=0c36574b5bb9d52e5d5c62f3f8c08977553b143c;p=fs%2Flustre-release.git diff --git a/lustre/tests/acl/permissions.test b/lustre/tests/acl/permissions.test index 17f696e..04accac 100644 --- a/lustre/tests/acl/permissions.test +++ b/lustre/tests/acl/permissions.test @@ -200,8 +200,13 @@ only need to verify that ACL permissions make a difference. $ su bin $ echo e/* > e/h - $ echo i > e/i - > e/i: Permission denied +following 2 lines seems not valid, which also failed on ext3 in FC3 enviroment, +although it pass in FC2. commented out by CFS (agreed with HP) +Replaced "echo" with "touch" can resolve such problem. +# $ echo i > e/i +# > e/i: Permission denied + $ touch e/i + > touch: cannot touch `e/i': Permission denied $ su $ setfacl -m u:bin:rwx e