summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"):