File: getfacl-lfs.test

package info (click to toggle)
acl 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,200 kB
  • sloc: ansic: 5,916; sh: 5,379; perl: 279; makefile: 49; sed: 16
file content (7 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (4)
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