summaryrefslogtreecommitdiffstats
path: root/libarchive/test/test_write_format_shar_empty.c
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2013-03-21 18:59:02 +0000
committermm <mm@FreeBSD.org>2013-03-21 18:59:02 +0000
commit366f42737cba40ceb2e83af8d17c61c0242703c5 (patch)
tree45c2c8840d99cc81725a3970fd3beee587313cf5 /libarchive/test/test_write_format_shar_empty.c
parente7b24010c4d2190a1465594620e629e469c522f8 (diff)
downloadFreeBSD-src-366f42737cba40ceb2e83af8d17c61c0242703c5.zip
FreeBSD-src-366f42737cba40ceb2e83af8d17c61c0242703c5.tar.gz
Update libarchive's vendor dist to version 3.1.2 from release branch.
Git branch: release Git commit: 19f23e191f9d3e1dd2a518735046100419965804 Obtained from: https://github.com/libarchive/libarchive.git
Diffstat (limited to 'libarchive/test/test_write_format_shar_empty.c')
-rw-r--r--libarchive/test/test_write_format_shar_empty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/test/test_write_format_shar_empty.c b/libarchive/test/test_write_format_shar_empty.c
index 09cfcd6..03d70a3 100644
--- a/libarchive/test/test_write_format_shar_empty.c
+++ b/libarchive/test/test_write_format_shar_empty.c
@@ -38,7 +38,7 @@ DEFINE_TEST(test_write_format_shar_empty)
/* Create a new archive in memory. */
assert((a = archive_write_new()) != NULL);
assertA(0 == archive_write_set_format_shar(a));
- assertA(0 == archive_write_set_compression_none(a));
+ assertA(0 == archive_write_add_filter_none(a));
/* 1-byte block size ensures we see only the required bytes. */
/* We're not testing the padding here. */
assertA(0 == archive_write_set_bytes_per_block(a, 1));
OpenPOWER on IntegriCloud