Bug 23512: Test fix: cmux is now allocated by new_fake_channel()

This commit is contained in:
Mike Perry
2018-09-14 20:45:21 +00:00
parent 72cef61028
commit ad10cafd9f
-4
View File
@@ -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);