Whamcloud - gitweb
- make HEAD from b_post_cmd3
[fs/lustre-release.git] / lustre / tests / acl / getfacl-noacl.test
index 6d730c4..4082a3b 100644 (file)
@@ -38,7 +38,11 @@ filesystem with or without ACL support.
        $ mkdir d
        $ touch d/y
        $ ln -s d l
-       $ getfacl -dR . | grep file | sort
+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.
+#      $ getfacl -dR . | grep file | sort
+       $ getfacl -dRP . | grep file | sort
        > # file: .
        > # file: d
        > # file: d/y