Skip to content
Snippets Groups Projects
Commit c60addc4 authored by Yong Fan's avatar Yong Fan
Browse files

Branch HEAD

b=15291
i=eric.mei
i=jian.yu

fix rmtacl test scripts issues for different OS platforms.
parent 662e76f8
No related branches found
No related tags found
No related merge requests found
......@@ -49,9 +49,13 @@ FS implementation. Fix with -P (--physical) option.
> # file: x
$ ln -s l ll
$ lfs lgetfacl -dLR ll | grep file | sort
> # file: ll
> # file: ll/y
# $ lfs lgetfacl -dLR ll | grep file | sort
# (rhel4)
# > # file: ll
# > # file: ll/y
# (rhel5)
# > # file: l
# > # file: l/y
$ rm l ll x
$ rm -rf d
......
......@@ -259,7 +259,10 @@ Symlink in directory with default ACL?
$ lfs ls -dl -L d/l | awk '{print $1}'
> drwxr-x---+
$ lfs lgetfacl --omit-header d/l
# XXX:there is an issue with getfacl dealing symbol link
# $ lfs lgetfacl --omit-header d/l
$ cd d
$ lfs lgetfacl --omit-header l
> user::rwx
> user:bin:rwx #effective:r-x
> user:daemon:r-x
......@@ -275,6 +278,8 @@ Symlink in directory with default ACL?
> default:mask::r-x
> default:other::---
>
# XXX
$ cd ..
$ rm d/l
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment