Whamcloud - gitweb
b112dbad68a3c2545f9d542c091d346fb6b4198e
[fs/lustre-release.git] / lustre / tests / acl / 2561.test
1 LU-2561 newly created file is same size as directory
2
3         $ mkdir 2561
4         $ cd 2561
5         $ getfacl --access . | setfacl -d -M- .
6         $ touch f1
7         $ ls -s f1
8         > 0 f1
9         $ rm -rf 2561
10