Change process pop by windows.test to winver.exe

This commit is contained in:
clement rouault
2024-05-20 11:18:43 +02:00
parent d3d6410276
commit dab2a57d75
+1 -1
View File
@@ -3,7 +3,7 @@ import windows.generated_def as gdef
from windows.utils import create_process, DisableWow64FsRedirection
test_binary_name = "notepad.exe"
test_binary_name = "winver.exe"
DEFAULT_CREATION_FLAGS = gdef.CREATE_NEW_CONSOLE
if windows.system.bitness == 32: