summaryrefslogtreecommitdiff
path: root/auto_tests/onion_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/onion_test.c')
-rw-r--r--auto_tests/onion_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto_tests/onion_test.c b/auto_tests/onion_test.c
index aa505a0b..760a7800 100644
--- a/auto_tests/onion_test.c
+++ b/auto_tests/onion_test.c
@@ -538,6 +538,7 @@ static Suite *onion_suite(void)
538 538
539int main(int argc, char *argv[]) 539int main(int argc, char *argv[])
540{ 540{
541 setvbuf(stdout, nullptr, _IONBF, 0);
541 srand((unsigned int) time(nullptr)); 542 srand((unsigned int) time(nullptr));
542 543
543 Suite *onion = onion_suite(); 544 Suite *onion = onion_suite();