X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Facl%2Fgetfacl-noacl.test;h=a4ce11e9b2c15d6dec9e604d58a572fa3475fce3;hb=2d9a173e64a5fbb358ac181877403b82c3f38bde;hp=00af62f5b2b498f3769ae00932240cf2e9088a98;hpb=52de126ec8ebe0e8a5637f23b2988d3d9ba8a715;p=fs%2Flustre-release.git diff --git a/lustre/tests/acl/getfacl-noacl.test b/lustre/tests/acl/getfacl-noacl.test index 00af62f..a4ce11e 100644 --- a/lustre/tests/acl/getfacl-noacl.test +++ b/lustre/tests/acl/getfacl-noacl.test @@ -37,7 +37,8 @@ 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 The result of "getfacl -dR . | grep file | sort" is related with the dentry item order in parent directory. Such order depends on FS implementation. Fix with -P (--physical) option. @@ -47,6 +48,7 @@ FS implementation. Fix with -P (--physical) option. > # file: d > # file: d/y > # file: x + $ ln -s d l $ ln -s l ll # $ getfacl -dLR ll | grep file | sort