Executor in Atomic Test #2 changed to Powershell (#504)

The specified test doesn't work in command_prompt.
This commit is contained in:
Marc
2019-09-17 18:44:36 +02:00
committed by Keith McCammon
parent ff779dd2fb
commit edc66092e3
+1 -1
View File
@@ -36,7 +36,7 @@ atomic_tests:
default: C:\Windows\System32\cmd.exe
executor:
name: command_prompt
name: powershell
command: |
New-Item "HKCU:\software\classes\mscfile\shell\open\command" -Force
Set-ItemProperty "HKCU:\software\classes\mscfile\shell\open\command" -Name "(default)" -Value "#{executable_binary}" -Force