Closed
Description
- Version:
master
- Platform:
Windows
- Subsystem: test,process
Current implementation skips a part of the test claiming 'Windows does not have "ps" utility'
which is not strickly true — Windows has tasklist
and PowerShell has ps
aliasing Get-Proccess
.
The rest of the test should be implemented for Windows.