summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-09-25 13:20:24 -0400
committerDan Winship <danw@gnome.org>2012-09-26 12:10:24 -0400
commit77c90d3f360f9a270a9a027d6b146791e2a0686a (patch)
treeab0fd5675d31d5e75f285afa850d66ee7fa1a7ed
parentc87f1758be7c08882cc22a765e8d6da482325f2f (diff)
ifcfg-rh: Fix the filename in two error messages
-rw-r--r--src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c b/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
index a4fa3485..09c52c9c 100644
--- a/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
+++ b/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
@@ -12479,10 +12479,10 @@ test_read_bond_slave (void)
&error,
&ignore_error);
ASSERT (connection != NULL,
- "bond-slave-read", "unexpected failure reading %s", TEST_IFCFG_BOND_MAIN);
+ "bond-slave-read", "unexpected failure reading %s", TEST_IFCFG_BOND_SLAVE);
ASSERT (nm_connection_verify (connection, &error),
- "bond-slave-read", "failed to verify %s: %s", TEST_IFCFG_BOND_MAIN, error->message);
+ "bond-slave-read", "failed to verify %s: %s", TEST_IFCFG_BOND_SLAVE, error->message);
s_con = nm_connection_get_setting_connection (connection);
ASSERT (s_con != NULL,