summaryrefslogtreecommitdiff
path: root/auto_tests/tox_one_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/tox_one_test.c')
-rw-r--r--auto_tests/tox_one_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto_tests/tox_one_test.c b/auto_tests/tox_one_test.c
index 2f70fae6..750ba2fd 100644
--- a/auto_tests/tox_one_test.c
+++ b/auto_tests/tox_one_test.c
@@ -151,6 +151,8 @@ static Suite *tox_suite(void)
151 151
152int main(int argc, char *argv[]) 152int main(int argc, char *argv[])
153{ 153{
154 setvbuf(stdout, nullptr, _IONBF, 0);
155
154 srand((unsigned int) time(nullptr)); 156 srand((unsigned int) time(nullptr));
155 157
156 Suite *tox = tox_suite(); 158 Suite *tox = tox_suite();