From: bobijam Date: Fri, 11 Jul 2008 01:45:42 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_50~218 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=66530ba463c9f282a6af658c2c2da626592e4f9f;p=fs%2Flustre-release.git Branch HEAD b=12584 i=johann since various getfacl version handles symlink differently, we avoid symlink test for now. --- 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