From 100dd1e2a79f9bf4dea38a24ed3398b43f331197 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sat, 25 Jul 2009 04:05:00 +0000 Subject: [PATCH] Fix test_client --- tests/test_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_client.py b/tests/test_client.py index 5a9278651..79ff38376 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -9,6 +9,7 @@ from twisted.trial import unittest from deluge.ui.client import client # Start a daemon to test with and wait a couple seconds to make sure it's started +config_directory = common.set_tmp_config_dir() client.start_daemon(58847, config_directory) import time time.sleep(2)