diff -r 87cfa131b535 -r e7e0ae78773e configurationengine/source/scripts/tests/scripttest_common.py --- 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"""