summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Šimerda <psimerda@redhat.com>2014-04-17 14:57:56 +0200
committerPavel Šimerda <psimerda@redhat.com>2014-04-17 16:36:48 +0200
commit66bbc59d4cef6173fa57a055fd9850977fb47e20 (patch)
treee825fadd703b712b6f2073852bc0f7289bc1ad07
parent87ffbb2eba157925bcf584dd8e9aa84ace930ad3 (diff)
downloadNetworkManager-pavlix/tests.tar.gz
platform: fix the cleanup testpavlix/tests
-rw-r--r--src/platform/tests/test-cleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/tests/test-cleanup.c b/src/platform/tests/test-cleanup.c
index d8e8a7d513..df5fc88ebb 100644
--- a/src/platform/tests/test-cleanup.c
+++ b/src/platform/tests/test-cleanup.c
@@ -34,7 +34,7 @@ test_cleanup_internal ()
/* Create and set up device */
g_assert (nm_platform_dummy_add (DEVICE_NAME));
- wait_signal (link_added);
+ accept_signal (link_added);
free_signal (link_added);
g_assert (nm_platform_link_set_up (nm_platform_link_get_ifindex (DEVICE_NAME)));
ifindex = nm_platform_link_get_ifindex (DEVICE_NAME);