Skip to content

Commit

Permalink
Update zip test after merge with master (though perhaps we should use…
Browse files Browse the repository at this point in the history
… archive_read here...)
  • Loading branch information
dunhor committed Mar 24, 2024
1 parent 602fada commit 857fa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libarchive/test/test_zip_filename_encoding.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ DEFINE_TEST(test_zip_filename_encoding_UTF16_win)
* because the file name is ASCII. */
assertEqualInt(0, buff[7]);
/* Check UTF-8 version. */
assertEqualMem(buff + 58, "\xE8\xA1\xA8.txt", 7);
assertEqualMem(buff + 38, "\xE8\xA1\xA8.txt", 7);

/* NOTE: ZIP does not support hardlinks */
#endif
Expand Down

0 comments on commit 857fa69

Please sign in to comment.