diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-07-30 17:04:15 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-07-30 17:04:15 +0000 |
commit | 21bbf441051190566f1ddc0b289d9a9314f0f143 (patch) | |
tree | 6f6c999e5df3e5c0dc0387957bfae135dd15b9f8 /lib | |
parent | d83a2c49a324ab3f027965a6ff12e3e114983c04 (diff) | |
download | FreeBSD-src-21bbf441051190566f1ddc0b289d9a9314f0f143.zip FreeBSD-src-21bbf441051190566f1ddc0b289d9a9314f0f143.tar.gz |
MFC r285972:
MFV r285970:
Apply upstream changeset bf4f6ec64e:
Fix issue 356: properly skip a sparse file entry in a tar file.
PR: 201506
Relnotes: yes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libarchive/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libarchive/test/Makefile b/lib/libarchive/test/Makefile index 16a485a..fab8a47 100644 --- a/lib/libarchive/test/Makefile +++ b/lib/libarchive/test/Makefile @@ -121,6 +121,7 @@ TESTS= \ test_read_format_gtar_gz.c \ test_read_format_gtar_lzma.c \ test_read_format_gtar_sparse.c \ + test_read_format_gtar_sparse_skip_entry.c \ test_read_format_iso_Z.c \ test_read_format_iso_multi_extent.c \ test_read_format_iso_xorriso.c \ |