create remote base in test - needed?

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-11-02 14:15:14 +01:00
parent 184e2bd9c5
commit 90fad0fe83
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ class ExplorerClassTestCase(test.CdistTestCase):
self.temp_dir = self.mkdtemp()
self.out_path = os.path.join(self.temp_dir, "out")
self.remote_base_path = os.path.join(self.temp_dir, "remote")
os.makedirs(self.remote_base_path)
self.local = local.Local(
target_host=self.target_host,