/
githubmirror
/
acl
Обзор
Документация
Войти
/
githubmirror
/
acl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/getfacl-lfs.run
7 строк
269 B
Andreas Gruenbacher
Use .run as the filename extension for "run" test scripts
19 июн 2026, 18:13
19 июн 2026, 18:13
f55ec6b
Код
Авторство
О чём код?
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