Date: Thu, 8 Mar 2007 06:09:27 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive/test Makefile test_acl_basic.c test_acl_pax.c Message-ID: <200703080609.l2869RK9089010@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703080609.l2869RK9089010>