(t *testing.T)
| 86 | } |
| 87 | |
| 88 | func TestUpdateDevices(t *testing.T) { |
| 89 | testUpdateDevices(t, false) |
| 90 | } |
| 91 | |
| 92 | func TestUpdateDevicesSystemd(t *testing.T) { |
| 93 | if !systemd.IsRunningSystemd() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…