Whamcloud - gitweb
LU-9663 tests: replace “ls -s” with “stat -c '%s'” to get file size
[fs/lustre-release.git] / lustre / tests / acl / 2561.test
1 LU-2561 newly created file is same size as directory
2
3         $ mkdir -p 2561
4         $ cd 2561
5         $ getfacl --access . | setfacl -d -M- .
6         $ touch f1
7         $ stat -c '%s' f1
8         > 0
9         $ cd ..
10         $ rm -rf 2561
11