mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-26 10:03:40 +03:00
test-resolved: add one more assert_se() check
This commit is contained in:
parent
0ec113366d
commit
6fb93e10cf
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user