spawn-test: Remove the can_fail attribute

This commit is contained in:
Luca Bacci 2023-02-17 15:57:49 +01:00
parent 390dcc92d8
commit 5631a6b9eb

View File

@ -124,7 +124,6 @@ glib_tests = {
'extra_programs' : ['test-spawn-echo'],
},
'spawn-test' : {
'can_fail': host_system == 'windows' and cc.get_id() == 'gcc',
'extra_programs' : host_machine.system() == 'windows' ? ['spawn-test-win32-gui'] : [],
},
'strfuncs' : {},