Linux is case sensitive with files names

This commit is contained in:
Lars Vahlenberg
2021-02-14 10:26:26 +01:00
parent d1d2758ee0
commit 045093f453

View File

@@ -568,7 +568,7 @@ namespace SharpCompress.Test.Zip
[Fact]
public void Zip_LongComment_Read()
{
string zipPath = Path.Combine(TEST_ARCHIVES_PATH, "Zip.Longcomment.zip");
string zipPath = Path.Combine(TEST_ARCHIVES_PATH, "Zip.LongComment.zip");
using(ZipArchive za = ZipArchive.Open(zipPath))
{