cvs commit: src/lib/libarchive/test Makefile test_acl_basic.c
test_acl_pax.c
Tim Kientzle
kientzle at FreeBSD.org
Thu Mar 8 06:09:28 UTC 2007
kientzle 2007-03-08 06:09:27 UTC
FreeBSD src repository
Modified files:
lib/libarchive/test Makefile
Added files:
lib/libarchive/test test_acl_basic.c test_acl_pax.c
Log:
New tests for system-independent ACL support.
These tests verify that archive_entry objects can store and return
ACL data and that pax format archives can read and write ACL
information. These do not (yet) test that ACL data is read or
written to disk correctly. (And hence would not have caught the
recent snafu about ACL read-from-disk being turned off.)
Revision Changes Path
1.2 +2 -0 src/lib/libarchive/test/Makefile
1.1 +227 -0 src/lib/libarchive/test/test_acl_basic.c (new)
1.1 +515 -0 src/lib/libarchive/test/test_acl_pax.c (new)
More information about the cvs-src
mailing list