Whamcloud - gitweb
LU-7483 test: Modifying filtering in acl for SElinux feature
[fs/lustre-release.git] / lustre / tests / acl / cp.test
index 9a7ea43..9997547 100644 (file)
@@ -9,7 +9,7 @@ The cp utility should only copy ACLs if `-p' is given.
        > -rw-rw-r--+
        
        $ cp f g
-       $ ls -l g | awk -- '{ print $1 }'
+       $ ls -l g | awk -- '{sub(/\\./, "", $1); print $1 }'
        > -rw-r--r--
        
        $ rm g