mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 13:30:20 +01:00
tests: drop a dead case branch
It seems to annoy coverity.
This commit is contained in:
parent
eb0228713d
commit
9b1c6e9497
1 changed files with 0 additions and 2 deletions
|
|
@ -2404,8 +2404,6 @@ test_sysctl_rename (void)
|
|||
g_assert_cmpint (ifindex[0], ==, (gint32) nm_platform_sysctl_get_int32 (PL, NMP_SYSCTL_PATHID_NETDIR (dirfd, s ?: "<unknown>", "ifindex"), -1));
|
||||
break;
|
||||
}
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
||||
nm_platform_process_events (PL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue