Whamcloud - gitweb
LU-9859 libcfs: move files out of libcfs/linux
[fs/lustre-release.git] / lustre / tests / acl / 2561.test
index b112dba..ac38131 100644 (file)
@@ -1,10 +1,11 @@
 LU-2561 newly created file is same size as directory
 
-       $ mkdir 2561
+       $ mkdir -p 2561
        $ cd 2561
        $ getfacl --access . | setfacl -d -M- .
        $ touch f1
-       $ ls -s f1
-       > 0 f1
+       $ stat -c '%s' f1
+       > 0
+       $ cd ..
        $ rm -rf 2561