From f6eabdb48715aa00cf9a4e2bd0409f6e0571caee Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 19 Feb 2013 13:56:49 -0300 Subject: Fix soledad temp dir in tests. --- tests/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/__init__.py b/tests/__init__.py index 4bdf814c..d8927e36 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -31,7 +31,8 @@ class BaseSoledadTest(BaseLeapTest): document_factory=LeapDocument) # open a soledad instance self._soledad = Soledad(self.email, gnupghome=self.gnupg_home, - initialize=False) + initialize=False, + prefix=self.tempdir) self._soledad._gpg.import_keys(PUBLIC_KEY) self._soledad._gpg.import_keys(PRIVATE_KEY) self._soledad._init_crypto() -- cgit v1.2.3