test-resolved: add one more assert_se() check

This commit is contained in:
Lennart Poettering 2018-08-02 18:00:28 +02:00
parent 0ec113366d
commit 6fb93e10cf
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ static void test_parse_etc_hosts(const char *fname) {
assert_se(fd >= 0);
f = fdopen(fd, "r+");
assert_se(f);
fputs("1.2.3.4 some.where\n", f);
fputs("1.2.3.5 some.where\n", f);
fputs("::0 some.where some.other\n", f);