summaryrefslogtreecommitdiff
path: root/auto_tests/tox_strncasecmp_test.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-18 17:50:50 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-18 21:32:28 +0000
commit3dc8cf6df8b80f213526884cafbbd493486366e5 (patch)
tree553b36ecd451c72ad85c7782ebbfd6a3ae41aaa7 /auto_tests/tox_strncasecmp_test.c
parentd016eb3f0e808ce4b4736b5056bcd3daf9514f99 (diff)
Disable lan discovery in most tests.
Diffstat (limited to 'auto_tests/tox_strncasecmp_test.c')
-rw-r--r--auto_tests/tox_strncasecmp_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto_tests/tox_strncasecmp_test.c b/auto_tests/tox_strncasecmp_test.c
index fc0d2fc8..27105eca 100644
--- a/auto_tests/tox_strncasecmp_test.c
+++ b/auto_tests/tox_strncasecmp_test.c
@@ -179,6 +179,8 @@ static Suite *tox_strncasecmp_suite(void)
179 179
180int main(int argc, char *argv[]) 180int main(int argc, char *argv[])
181{ 181{
182 setvbuf(stdout, nullptr, _IONBF, 0);
183
182 srand((unsigned int) time(nullptr)); 184 srand((unsigned int) time(nullptr));
183 185
184 Suite *s = tox_strncasecmp_suite(); 186 Suite *s = tox_strncasecmp_suite();