From 9dc803ab988f36f98ff0ae6f76a6f8e0ef138053 Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Tue, 1 Sep 2015 10:16:10 +0200
Subject: [PATCH] Fixed unit tests

---
 modules/bindings/tests/test_hhblits.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/bindings/tests/test_hhblits.py b/modules/bindings/tests/test_hhblits.py
index 5e12ca878..a241d9f15 100644
--- a/modules/bindings/tests/test_hhblits.py
+++ b/modules/bindings/tests/test_hhblits.py
@@ -215,6 +215,7 @@ class TestHHblitsBindings(unittest.TestCase):
                                                        'data',
                                                        'cs219.lib')})
         self.assertTrue(filecmp.cmp(csfile, 'testfiles/test.seq219'))
+        self.tmpfile = "testfiles/testali.seq219"
 
     def testA3mToCSFileExists(self):
         # test A3mToCS to work with a given hhmake_file name
-- 
GitLab