Whamcloud - gitweb
LU-5732 hsm: complementary testsuite for user HSM API
[fs/lustre-release.git] / lustre / tests / acl / misc.test
index 7c62c64..cf1d4a0 100644 (file)
@@ -259,7 +259,10 @@ Symlink in directory with default ACL?
        $ ls -dl -L d/l | awk '{print $1}'
        > drwxr-x---+
 
-       $ getfacl --omit-header d/l
+# XXX:there is an issue with getfacl dealing symbol link
+#      $ getfacl --omit-header d/l
+        $ cd d
+       $ getfacl --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