summaryrefslogtreecommitdiff
path: root/libarchive/test/test_write_format_iso9660_empty.c
diff options
context:
space:
mode:
Diffstat (limited to 'libarchive/test/test_write_format_iso9660_empty.c')
-rw-r--r--libarchive/test/test_write_format_iso9660_empty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/test/test_write_format_iso9660_empty.c b/libarchive/test/test_write_format_iso9660_empty.c
index 06e92640..c302c555 100644
--- a/libarchive/test/test_write_format_iso9660_empty.c
+++ b/libarchive/test/test_write_format_iso9660_empty.c
@@ -117,7 +117,7 @@ DEFINE_TEST(test_write_format_iso9660_empty)
*/
assert((a = archive_read_new()) != NULL);
assertEqualIntA(a, 0, archive_read_support_format_all(a));
- assertEqualIntA(a, 0, archive_read_support_compression_all(a));
+ assertEqualIntA(a, 0, archive_read_support_filter_all(a));
assertEqualIntA(a, 0, archive_read_open_memory(a, buff, used));
/*