summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2014-09-16 15:50:04 -0700
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2014-11-10 17:35:43 -0600
commit8356b2737c7cd10f4b5ac0b70277b4733d24113f (patch)
tree38abac537828d45c377024739062baf68cfebd34 /testsuite
parent0253cf4e340e5e81f8ac079b46dfdb19eda42926 (diff)
downloadbcfg2-8356b2737c7cd10f4b5ac0b70277b4733d24113f.tar.gz
bcfg2-8356b2737c7cd10f4b5ac0b70277b4733d24113f.tar.bz2
bcfg2-8356b2737c7cd10f4b5ac0b70277b4733d24113f.zip
testsuite: Added unit tests for new option parsing
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Testsrc/Testlib/TestClient/TestTools/Test_init.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/Testsrc/Testlib/TestClient/TestTools/Test_init.py b/testsuite/Testsrc/Testlib/TestClient/TestTools/Test_init.py
index b9de703ff..047905fc3 100644
--- a/testsuite/Testsrc/Testlib/TestClient/TestTools/Test_init.py
+++ b/testsuite/Testsrc/Testlib/TestClient/TestTools/Test_init.py
@@ -21,6 +21,7 @@ from common import *
class TestTool(Bcfg2TestCase):
test_obj = Tool
+ # try to find true
if os.path.exists("/bin/true"):
true = "/bin/true"
elif os.path.exists("/usr/bin/true"):