Workaround problem with gpg embedded signatures corrupting the source file by using clearsign=False by default.

This commit is contained in:
Roberto Rosario
2016-04-01 23:28:34 -04:00
parent 9a0dd8c192
commit c6fb008562
2 changed files with 9 additions and 2 deletions

View File

@@ -342,4 +342,4 @@ class EmbeddedSignaturesTestCase(TestCase):
new_hash = hashlib.sha256(file_object.read()).hexdigest()
self.assertEqual(original_size, new_size)
self.assertEqual(origianl_hash, new_hash)
self.assertEqual(original_hash, new_hash)