]> granicus.if.org Git - icinga2/commitdiff
Fix command execution over SSH
authorJohannes Meyer <johannes.meyer@netways.de>
Fri, 6 Dec 2013 13:09:04 +0000 (14:09 +0100)
committerJohannes Meyer <johannes.meyer@netways.de>
Mon, 16 Dec 2013 14:37:37 +0000 (15:37 +0100)
refs #5223

test/jenkins/run_tests.conf

index c218f1927681785f015b08ab5eff8eb8a3d00b0d..864af44e391bebb3b6606f29c514857ec918a44b 100644 (file)
@@ -1,8 +1,8 @@
 {
     "commands": {
         "copy": "scp -qF ssh_config {0} default:{1}",
-        "exec": "ssh -F ssh_config default {0}",
-        "clean": "ssh -F ssh_config default rm -f {0}"
+        "exec": "ssh -F ssh_config default '{0}'",
+        "clean": "ssh -F ssh_config default 'rm -f {0}'"
     },
     "settings": {
         "test_root": "/tmp"