diff options
| author | Pavel Šimerda <psimerda@redhat.com> | 2014-04-17 14:57:56 +0200 |
|---|---|---|
| committer | Pavel Šimerda <psimerda@redhat.com> | 2014-04-17 16:36:48 +0200 |
| commit | 66bbc59d4cef6173fa57a055fd9850977fb47e20 (patch) | |
| tree | e825fadd703b712b6f2073852bc0f7289bc1ad07 | |
| parent | 87ffbb2eba157925bcf584dd8e9aa84ace930ad3 (diff) | |
| download | NetworkManager-pavlix/tests.tar.gz | |
platform: fix the cleanup testpavlix/tests
| -rw-r--r-- | src/platform/tests/test-cleanup.c | 2 |
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); |
