Whamcloud - gitweb
b=16437
[fs/lustre-release.git] / lustre / tests / rmtacl / misc.test
index aa7d7bd..635be8f 100644 (file)
@@ -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