mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-23 00:29:20 +02:00
flush output before running test
This commit is contained in:
parent
1a6fa6b6e7
commit
47d5320a49
1
test.c
1
test.c
|
@ -199,6 +199,7 @@ test_encode_hostname() {
|
||||||
|
|
||||||
len = 256;
|
len = 256;
|
||||||
printf(" * Testing hostname encoding... ");
|
printf(" * Testing hostname encoding... ");
|
||||||
|
fflush(stdout);
|
||||||
|
|
||||||
memset(buf, 0, 256);
|
memset(buf, 0, 256);
|
||||||
ret = dns_encode_hostname( // More than 63 chars between dots
|
ret = dns_encode_hostname( // More than 63 chars between dots
|
||||||
|
|
Loading…
Reference in New Issue