From: Marc Fiuczynski Date: Fri, 8 Feb 2008 19:01:06 +0000 (+0000) Subject: remove white space in command X-Git-Tag: 2008-02-11-last-vmware-support~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=eb4a3d4578e9913f396b45032fd00330ba2927a9;p=tests.git remove white space in command --- diff --git a/qaapi/qa/tests/plc_start.py b/qaapi/qa/tests/plc_start.py index 9ad9b66..a514ed4 100644 --- a/qaapi/qa/tests/plc_start.py +++ b/qaapi/qa/tests/plc_start.py @@ -12,7 +12,7 @@ class plc_start(Test): def call(self): - command = " /sbin/service plc start " + command = "/sbin/service plc start " if self.config.verbose: utils.header(command)