Files
bsdports/graph/libjbig2dec/files/patch-test_jbig2dec.py
2019-12-26 07:26:06 +00:00

11 lines
339 B
Python

--- test_jbig2dec.py.orig 2015-12-01 15:52:01 UTC
+++ test_jbig2dec.py
@@ -52,6 +52,7 @@ class SelfTestSuite:
(len(self.fails),len(self.tests)))
else:
self.stream.write('PASSED all %d tests\n' % len(self.tests))
+ return 1
class KnownFileHash(SelfTest):
'self test to check for correct decode of known test files'