From 1605751742c378ffbe8e78bb9d48a6070d8a956d Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Fri, 2 Mar 2018 01:26:17 +0100 Subject: [PATCH] adjust test_63819 - it had really been 141 at the source url --- test/zziptests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/zziptests.py b/test/zziptests.py index aa54749..ba0190d 100644 --- a/test/zziptests.py +++ b/test/zziptests.py @@ -2518,7 +2518,7 @@ class ZZipTest(unittest.TestCase): download_raw(file_url, filename, tmpdir) shell("ls -l {tmpdir}/{filename}".format(**locals())) size = os.path.getsize(os.path.join(tmpdir, filename)) - self.assertEqual(size, 152) + self.assertEqual(size, 141) url_CVE_2018_14 = "https://github.com/ProbeFuzzer/poc/blob/master/zziplib" zip_CVE_2018_14 = "zziplib_0-13-67_zzdir_memory-alignment-errors___zzip_fetch_disk_trailer.zip" -- 2.40.0