X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Ftrio2.c;h=c59aa64be6d625363a092a7d66ea955221dbbe60;hb=d0bf55f32b407fa153dd5d6e41ccefcbb4072611;hp=cc1ce87fa90df88f79fb5a34866cb05b0238e607;hpb=8582c3b5e0ee3f6b547dbaed7a1214819d3dfc91;p=meshlink-tiny diff --git a/test/trio2.c b/test/trio2.c index cc1ce87..c59aa64 100644 --- a/test/trio2.c +++ b/test/trio2.c @@ -105,13 +105,6 @@ int main(void) { assert(wait_sync_flag(&bar_learned_baz, 5)); assert(wait_sync_flag(&baz_learned_bar, 5)); - // Check that the second and third node autoconnect 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 nodes nodes for(int i = 0; i < 3; i++) {