Viewing: 2561.test

LU-2561 newly created file is same size as directory

	$ mkdir -p 2561
	$ cd 2561
	$ getfacl --access . | setfacl -d -M- .
	$ touch f1
	$ stat -c '%s' f1
	> 0
	$ cd ..
	$ rm -rf 2561