summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-04-22 11:49:46 +0200
committerThomas Haller <thaller@redhat.com>2014-04-23 20:05:42 +0200
commitadb75b0fa6596e0fe518e1e0e621f82226067210 (patch)
treed8de98e9afc3509e8362105904150be622a61f02
parent8f4e39cdc4c01e3fc08bec301dedcaad5cd69584 (diff)
downloadNetworkManager-adb75b0fa6596e0fe518e1e0e621f82226067210.tar.gz
ifnet/test: fix test breakage after refactoring tests
Remove fake platform. This regression was introduced by commit 0140cdb73d8f0724632677658a8dac24ebd590e4). Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--src/settings/plugins/ifnet/tests/test_all.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/settings/plugins/ifnet/tests/test_all.c b/src/settings/plugins/ifnet/tests/test_all.c
index dcf163e8fc..8847efc89b 100644
--- a/src/settings/plugins/ifnet/tests/test_all.c
+++ b/src/settings/plugins/ifnet/tests/test_all.c
@@ -37,7 +37,6 @@
#include "wpa_parser.h"
#include "connection_parser.h"
#include "nm-config.h"
-#include "nm-fake-platform.h"
/* Fake NMConfig handling; the values it returns don't matter, so this
* is easier than forcing it to read our own config file, etc.
@@ -460,8 +459,6 @@ main (int argc, char **argv)
nm_linux_platform_setup ();
nm_logging_setup ("WARN", "DEFAULT", NULL, NULL);
- nm_fake_platform_setup ();
-
f = g_build_filename (argv[1], "net", NULL);
ifnet_init (f);
g_free (f);