From: Mike Perry Date: Fri, 14 Sep 2018 20:45:21 +0000 (+0000) Subject: Bug 23512: Test fix: cmux is now allocated by new_fake_channel() X-Git-Tag: tor-0.3.5.2-alpha~18^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad10cafd9f0157e6aaa6f1f68ab7d3ef9b8b1b2e;p=thirdparty%2Ftor.git Bug 23512: Test fix: cmux is now allocated by new_fake_channel() --- diff --git a/src/test/test_relay.c b/src/test/test_relay.c index 5e226ade54..ffb0134426 100644 --- a/src/test/test_relay.c +++ b/src/test/test_relay.c @@ -78,10 +78,6 @@ test_relay_close_circuit(void *arg) pchan = new_fake_channel(); tt_assert(pchan); - /* We'll need chans with working cmuxes */ - nchan->cmux = circuitmux_alloc(); - pchan->cmux = circuitmux_alloc(); - /* Make a fake orcirc */ orcirc = new_fake_orcirc(nchan, pchan); tt_assert(orcirc);