summaryrefslogtreecommitdiff
path: root/auto_tests/TCP_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/TCP_test.c')
-rw-r--r--auto_tests/TCP_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto_tests/TCP_test.c b/auto_tests/TCP_test.c
index 2ae94618..b14f53f2 100644
--- a/auto_tests/TCP_test.c
+++ b/auto_tests/TCP_test.c
@@ -771,6 +771,8 @@ static Suite *TCP_suite(void)
771 771
772int main(int argc, char *argv[]) 772int main(int argc, char *argv[])
773{ 773{
774 setvbuf(stdout, nullptr, _IONBF, 0);
775
774 srand((unsigned int) time(nullptr)); 776 srand((unsigned int) time(nullptr));
775 777
776 Suite *TCP = TCP_suite(); 778 Suite *TCP = TCP_suite();