remove white space in command
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 8 Feb 2008 19:01:06 +0000 (19:01 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 8 Feb 2008 19:01:06 +0000 (19:01 +0000)
qaapi/qa/tests/plc_start.py

index 9ad9b66..a514ed4 100644 (file)
@@ -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)