configurationengine/source/scripts/tests/scripttest_common.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
--- a/configurationengine/source/scripts/tests/scripttest_common.py	Fri Mar 12 08:30:17 2010 +0200
+++ b/configurationengine/source/scripts/tests/scripttest_common.py	Tue Aug 10 14:29:28 2010 +0300
@@ -21,7 +21,7 @@
 if sys.platform == "win32":
     CONE_SCRIPT = "cone.cmd"
 else:
-    CONE_SCRIPT = "cone.sh"
+    CONE_SCRIPT = "cone"
 
 def get_cmd(action):
     """Return the command used to run the ConE sub-action"""