Commit 064bcf1
committed
(maint) Handle Cygwin 3
In Cygwin 3, `ps -efW` returns the Cygwin PID which cannot be passed to
taskkill, so this test had no chance of cleaning up correctly on Windows 11.
Updated to use WMI instead, as is done in pxp-agent.1 parent 62b1f1b commit 064bcf1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments