summaryrefslogtreecommitdiff
path: root/test/getfacl-lfs.test
blob: 92d0057a2a5f2e1871243edd8b630050c660d6f7 (plain)
1
2
3
4
5
6
7
Check getfacl large-file support.
This test can be run on a filesystem with large-file support.

	$ umask 027
	$ dd bs=65536 seek=32768 if=/dev/null of=large-file 2>/dev/null ||:
	$ sh -c 'if test -f large-file; then getfacl large-file >/dev/null; fi'
	$ rm large-file