Skip to content

Commit

Permalink
Remove test change from libarchive#2248
Browse files Browse the repository at this point in the history
  • Loading branch information
kientzle committed Jul 8, 2024
1 parent ca81293 commit 4d01ad5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libarchive/test/test_pax_filename_encoding.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,10 +708,6 @@ DEFINE_TEST(test_pax_filename_encoding_UTF16_win)
a = archive_read_new();
archive_read_support_format_all(a);
archive_read_support_filter_all(a);
// @dunhor added this in #2248, but I really don't believe
// this should be necessary, since hdrcharset=UTF-8 is the default
// for pax archives. There's something screwy going on here still...
// assertEqualInt(ARCHIVE_OK, archive_read_set_options(a, "hdrcharset=UTF-8"));
assertEqualInt(0, archive_read_open_memory(a, buff, used));

/* Read part 1: file */
Expand Down

0 comments on commit 4d01ad5

Please sign in to comment.