aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_shared_random.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-07-05 13:31:18 -0400
committerNick Mathewson <nickm@torproject.org>2016-07-05 13:31:18 -0400
commit5a047cdc5feebf33302cf28c0f6dc092df0e58a8 (patch)
tree99b994d67dd335746ba5f95ea55275d0c492d99a /src/test/test_shared_random.c
parent0603779114920dabb3ec0178f2b646480619c372 (diff)
downloadtor-5a047cdc5feebf33302cf28c0f6dc092df0e58a8.tar.gz
tor-5a047cdc5feebf33302cf28c0f6dc092df0e58a8.zip
Fix shared-random test
Diffstat (limited to 'src/test/test_shared_random.c')
-rw-r--r--src/test/test_shared_random.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_shared_random.c b/src/test/test_shared_random.c
index 886cee3a33..4f05e75783 100644
--- a/src/test/test_shared_random.c
+++ b/src/test/test_shared_random.c
@@ -868,7 +868,6 @@ test_sr_get_majority_srv_from_votes(void *arg)
/* The test relies on the dirauth list being initialized. */
clear_dir_servers();
add_default_trusted_dir_authorities(V3_DIRINFO);
- tt_int_op(get_n_authorities(V3_DIRINFO), ==, 9);
{ /* Prepare voting environment with just a single vote. */
networkstatus_t *vote = get_test_vote_with_curr_srv(SRV_1);