]> git.ipfire.org Git - thirdparty/libarchive.git/commit - .gitignore
Fix tests on Windows (#2091)
authorDuncan Horn <40036384+dunhor@users.noreply.github.com>
Sat, 23 Mar 2024 17:13:49 +0000 (10:13 -0700)
committerGitHub <noreply@github.com>
Sat, 23 Mar 2024 17:13:49 +0000 (18:13 +0100)
commit49280bc202a8a9e280ae2ed5149ccbf6e1f8e3a8
treeb570303e7373633421bb896c01a01237b53ad111
parent46e93300e50af40d0992f902fb249cae846f6cb4
Fix tests on Windows (#2091)

For the most part, a good number of
failing tests are failing because they make the assumption that archive
contents are read as utf-8 by default, which is not true for Windows,
which assumes OEM code page by default.
.gitignore
libarchive/archive_read_disk_windows.c
libarchive/archive_string.c
libarchive/test/test_read_format_cpio_filename.c
libarchive/test/test_read_format_rar.c
libarchive/test/test_read_format_zip_filename.c
libarchive/test/test_sparse_basic.c
libarchive/test/test_zip_filename_encoding.c