1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

tests: fix test-icmp6-rs

Don't close the fd given to sd-icmp6-nd, since it will be aynschonously closed
by sd_icmp6_nd_unref
This commit is contained in:
Ronny Chevalier 2014-06-19 19:32:05 +02:00 committed by Lennart Poettering
parent 03de7ed905
commit f277be6768

View File

@ -136,7 +136,6 @@ static void test_rs(sd_event *e) {
nd = sd_icmp6_nd_unref(nd);
assert(!nd);
close(test_fd[0]);
close(test_fd[1]);
}