Fix test 33-34 (#1844)

This commit is contained in:
frack113
2022-04-04 14:41:33 +02:00
committed by GitHub
parent bbe0da2d8a
commit 750f0ae00c
+2 -2
View File
@@ -527,7 +527,7 @@ atomic_tests:
- windows
executor:
command: |
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\AtomicSafeMode" /VE /T REG_SZ /F /D Service
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\AtomicSafeMode" /VE /T REG_SZ /F /D "Service"
cleanup_command: |
reg delete "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\AtomicSafeMode" /f
name: command_prompt
@@ -542,7 +542,7 @@ atomic_tests:
- windows
executor:
command: |
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\AtomicSafeMode" /VE /T REG_SZ /F /D Service
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\AtomicSafeMode" /VE /T REG_SZ /F /D "Service"
cleanup_command: |
reg delete "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\AtomicSafeMode" /f
name: command_prompt