oops
[tests.git] / system / TestSsh.py
index 4e1698b..b4668e0 100644 (file)
@@ -75,7 +75,7 @@ class TestSsh:
         ssh_command="ssh "
         if self.caller.key:
             ssh_command += "-i %s.rsa "%(self.caller.key)
-        ssh_command += "`%s %s/%s"%(self.hostname(),
+        ssh_command += "%s %s/%s"%(self.hostname(),
                                     self.buildname,
                                     TestSsh.backslash_shell_specials(command))
         return utils.system(ssh_command)