X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Ftrio.c;h=5b5a612f2c354c44ea02c35f60bc121ab11a74b6;hb=92bae04187d9ecd7900b5a28154a2c046001a7f3;hp=292a1a5440533021d1d7bb66af2c6254970319f1;hpb=80a9dcfd08bcd450f7be14207257713e1b027319;p=meshlink-tiny diff --git a/test/trio.c b/test/trio.c index 292a1a5..5b5a612 100644 --- a/test/trio.c +++ b/test/trio.c @@ -119,13 +119,6 @@ int main(void) { assert(wait_sync_flag(&received, 15)); - // Check that the second and third node have autoconnected to each other - - devtool_edge_t *edges = NULL; - size_t nedges = 0; - assert_after((edges = devtool_get_all_edges(mesh[1], edges, &nedges), nedges == 3), 15); - free(edges); - // Stop the first node meshlink_stop(mesh[0]);