]> granicus.if.org Git - zziplib/commitdiff
check on test_63113
authorGuido Draheim <guidod@gmx.de>
Mon, 5 Feb 2018 10:51:47 +0000 (11:51 +0100)
committerGuido Draheim <guidod@gmx.de>
Mon, 5 Feb 2018 10:51:47 +0000 (11:51 +0100)
test/zziptests.py

index d82d29ff6971fb151a4475f3f0a4a3b90cb3de41..0c294413b56868c6d7b354aa49f5eab4753fb32e 100644 (file)
@@ -2366,7 +2366,7 @@ class ZZipTest(unittest.TestCase):
     run = shell("{exe} -l {tmpdir}/{filename} ".format(**locals()),
         returncodes = [0,2])
     self.assertLess(len(run.output), 1)
-    self.assertTrue(greps(run.errors, ".zip: No medium found"))
+    self.assertTrue(greps(run.errors, "Invalid or"))
     #
     run = shell("cd {tmpdir} && ../{exe} {filename} ".format(**locals()),
         returncodes = [0,2])