mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 03:00:37 +01:00
ifcfg-rh: fix testcase to expect error reading iBFT configurations
This commit is contained in:
parent
1838db9e71
commit
968f7958c9
1 changed files with 1 additions and 1 deletions
|
|
@ -12229,7 +12229,7 @@ test_read_ibft_ignored (void)
|
|||
connection = connection_from_file (TEST_IFCFG_DIR"/network-scripts/ifcfg-test-ibft",
|
||||
NULL, TYPE_ETHERNET,
|
||||
NULL, NULL, NULL, NULL, &error, NULL);
|
||||
g_assert_no_error (error);
|
||||
g_assert_error (error, IFCFG_PLUGIN_ERROR, 0);
|
||||
g_assert (connection == NULL);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue