diff options
author | Martin Matuska <mm@FreeBSD.org> | 2016-09-25 22:02:27 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2016-09-25 22:02:27 +0000 |
commit | 2a6370e2e8ddc5a928c1201c7b21fa3265801bee (patch) | |
tree | f991738787bbf7ca8879f6147316f7a28c38693c /lib/libarchive | |
parent | 4023eae37db822e0543f9556e1caea3b2c9fe666 (diff) | |
download | src-test2-2a6370e2e8ddc5a928c1201c7b21fa3265801bee.tar.gz src-test2-2a6370e2e8ddc5a928c1201c7b21fa3265801bee.zip |
Notes
Diffstat (limited to 'lib/libarchive')
-rw-r--r-- | lib/libarchive/tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index 31736896dc10..3b7eb01593bd 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -211,6 +211,8 @@ TESTS_SRCS= \ test_write_disk_perms.c \ test_write_disk_secure.c \ test_write_disk_secure744.c \ + test_write_disk_secure745.c \ + test_write_disk_secure746.c \ test_write_disk_sparse.c \ test_write_disk_symlink.c \ test_write_disk_times.c \ |