Blame test/getfacl-lfs.test

rpm-build 0a0c83
Check getfacl large-file support.
rpm-build 0a0c83
This test can be run on a filesystem with large-file support.
rpm-build 0a0c83
rpm-build 0a0c83
	$ umask 027
rpm-build 0a0c83
	$ dd bs=65536 seek=32768 if=/dev/null of=large-file 2>/dev/null ||:
rpm-build 0a0c83
	$ sh -c 'if test -f large-file; then getfacl large-file >/dev/null; fi'
rpm-build 0a0c83
	$ rm large-file