ports/graphics/jbig2dec/files/patch-tests
Baptiste Daroussin 2133f1c1d5 - Add SF to MASTER_SITES
- Mark MAKE_JOBS_SAFE
- Use FreeBSD's SHA1-implementation
- Add TESTS option default to off

Submitted by:	Mikhail T. <mi+thun _at_ aldan.algebra.com> by email
Approved by:	tabthorpe@ (co-mentor)
2010-08-04 21:19:03 +00:00

8 lines
261 B
Text

--- test_jbig2dec.py 2009-07-16 00:44:49.000000000 -0400
+++ test_jbig2dec.py 2010-08-03 14:59:23.000000000 -0400
@@ -53,4 +53,5 @@
else:
self.stream.write('PASSED all %d tests\n' % len(self.tests))
+ return 1
class KnownFileHash(SelfTest):