123456789101112131415161718192021222324252627282930313233343536 |
- AT_SETUP([--pax-option compatibility])
- AT_KEYWORDS([opcomp opcomp06])
- AT_CHECK([
- AT_ACLS_PREREQ
- genfile --file file
- tar -cf test.tar --acls -Hgnu file
- ],
- [2],
- [],
- [tar: --acls can be used only on POSIX archives
- Try 'tar --help' or 'tar --usage' for more information.
- ])
- AT_CLEANUP
|