From: Guido Draheim Date: Fri, 2 Mar 2018 00:26:17 +0000 (+0100) Subject: adjust test_63819 - it had really been 141 at the source url X-Git-Tag: v0.13.69~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1605751742c378ffbe8e78bb9d48a6070d8a956d;p=zziplib adjust test_63819 - it had really been 141 at the source url --- 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"