Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd53e7d
)
Branch b1_6
author
bobijam
<bobijam>
Fri, 11 Jul 2008 01:48:21 +0000
(
01:48
+0000)
committer
bobijam
<bobijam>
Fri, 11 Jul 2008 01:48:21 +0000
(
01:48
+0000)
b=12584
i=joahnn
since various getfacl version handles symlink differently, we avoid symlink
test for now.
lustre/tests/acl/getfacl-noacl.test
patch
|
blob
|
history
diff --git
a/lustre/tests/acl/getfacl-noacl.test
b/lustre/tests/acl/getfacl-noacl.test
index
40bf6ea
..
13a156c
100644
(file)
--- a/
lustre/tests/acl/getfacl-noacl.test
+++ b/
lustre/tests/acl/getfacl-noacl.test
@@
-37,12
+37,14
@@
filesystem with or without ACL support.
$ mkdir d
$ touch d/y
- $ ln -s d l
+various version of getfacl handle symlink differently
+# $ ln -s d l
$ getfacl -dR . | grep file | sort
> # file: .
> # file: d
> # file: d/y
> # file: x
+ $ ln -s d l
$ ln -s l ll
# $ getfacl -dLR ll | grep file | sort