fix cdist_base_path

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-12 16:56:16 +02:00
parent d2878e931e
commit 78fd611bb0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import unittest
cdist_commands=["banner", "config", "install"]
cdist_base_path = os.path.abspath(
os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../"))
os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../../"))
cdist_exec_path = os.path.join(cdist_base_path, "bin/cdist")