(t *testing.T)
| 90 | } |
| 91 | |
| 92 | func TestUpdateDevicesSystemd(t *testing.T) { |
| 93 | if !systemd.IsRunningSystemd() { |
| 94 | t.Skip("Test requires systemd.") |
| 95 | } |
| 96 | testUpdateDevices(t, true) |
| 97 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…