ifcfg-rh: fix testcase to expect error reading iBFT configurations

This commit is contained in:
Dan Williams 2014-09-03 09:50:36 -05:00
parent 1838db9e71
commit 968f7958c9

View file

@ -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);
}