summaryrefslogtreecommitdiff
path: root/auto_tests/tox_many_tcp_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/tox_many_tcp_test.c')
-rw-r--r--auto_tests/tox_many_tcp_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto_tests/tox_many_tcp_test.c b/auto_tests/tox_many_tcp_test.c
index e4309db7..dc993987 100644
--- a/auto_tests/tox_many_tcp_test.c
+++ b/auto_tests/tox_many_tcp_test.c
@@ -274,6 +274,8 @@ static Suite *tox_suite(void)
274 274
275int main(int argc, char *argv[]) 275int main(int argc, char *argv[])
276{ 276{
277 setvbuf(stdout, nullptr, _IONBF, 0);
278
277 srand((unsigned int) time(nullptr)); 279 srand((unsigned int) time(nullptr));
278 280
279 Suite *tox = tox_suite(); 281 Suite *tox = tox_suite();