fix quoting issue (#1071)

This commit is contained in:
JrOrOneEquals1
2020-06-19 16:30:09 +00:00
committed by GitHub
parent 103a7caebb
commit 08a1750179
+2 -2
View File
@@ -20,7 +20,7 @@ atomic_tests:
default: '%COMSPEC% /c powershell.exe -nop -w hidden -command New-Item -ItemType File C:\art-marker.txt'
executor:
command: |
sc.exe create #{service_name} binPath= #{executable_command}
sc.exe create #{service_name} binPath= "#{executable_command}"
sc.exe start #{service_name}
sc.exe delete #{service_name}
name: command_prompt
@@ -56,4 +56,4 @@ atomic_tests:
executor:
command: |
#{psexec_exe} \\#{remote_host} "C:\Windows\System32\calc.exe"
name: powershell
name: powershell