mirror of
https://github.com/yarrick/iodine.git
synced 2025-01-09 12:13:34 +02:00
flush output before running test
This commit is contained in:
parent
1a6fa6b6e7
commit
47d5320a49
1 changed files with 1 additions and 0 deletions
1
test.c
1
test.c
|
@ -199,6 +199,7 @@ test_encode_hostname() {
|
|||
|
||||
len = 256;
|
||||
printf(" * Testing hostname encoding... ");
|
||||
fflush(stdout);
|
||||
|
||||
memset(buf, 0, 256);
|
||||
ret = dns_encode_hostname( // More than 63 chars between dots
|
||||
|
|
Loading…
Reference in a new issue