diff options
author | Simon Rozman <simon@rozman.si> | 2019-03-22 15:28:33 +0100 |
---|---|---|
committer | Simon Rozman <simon@rozman.si> | 2019-03-22 15:29:14 +0100 |
commit | 41c30a72791999aac8973b82224d3d4b9162dd51 (patch) | |
tree | 08ed7cae2a4f4722a272d139b2b0b5619ec26a11 /tun/wintun/setupapi/setupapi_windows_test.go | |
parent | 4b1db1d39bc6383ed360cfecc7cc9f1dac976dfa (diff) |
tun: windows: Adapter devices renamed to WINTUN<LUID Index>
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'tun/wintun/setupapi/setupapi_windows_test.go')
-rw-r--r-- | tun/wintun/setupapi/setupapi_windows_test.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tun/wintun/setupapi/setupapi_windows_test.go b/tun/wintun/setupapi/setupapi_windows_test.go index c6f4a15..30f3692 100644 --- a/tun/wintun/setupapi/setupapi_windows_test.go +++ b/tun/wintun/setupapi/setupapi_windows_test.go @@ -291,11 +291,6 @@ func TestSetupDiOpenDevRegKey(t *testing.T) { t.Errorf("Error calling SetupDiOpenDevRegKey: %s", err.Error()) } defer key.Close() - - _, err = devInfoList.GetInterfaceID(data) - if err != nil { - t.Errorf("Error calling GetInterfaceID: %s", err.Error()) - } } } |