From 90fad0fe83176dd5a07fc690f527c97dba34c32b Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@brief.schottelius.org>
Date: Fri, 2 Nov 2012 14:15:14 +0100
Subject: [PATCH] create remote base in test - needed?

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
---
 cdist/test/explorer/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cdist/test/explorer/__init__.py b/cdist/test/explorer/__init__.py
index 7801df5d..bb39d006 100644
--- a/cdist/test/explorer/__init__.py
+++ b/cdist/test/explorer/__init__.py
@@ -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,