(t *testing.T)
| 522 | } |
| 523 | |
| 524 | func TestPids(t *testing.T) { |
| 525 | testPids(t, false) |
| 526 | } |
| 527 | |
| 528 | func TestPidsSystemd(t *testing.T) { |
| 529 | if !systemd.IsRunningSystemd() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…