mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 15:10:33 +00:00
tests: add missing unlink
This commit is contained in:
committed by
Lennart Poettering
parent
43dc004336
commit
1f532d7ef3
@@ -46,5 +46,7 @@ int main(int argc, char *argv[]) {
|
||||
assert_se(fcntl(fd, F_GETFD) == -1);
|
||||
assert_se(test_async);
|
||||
|
||||
unlink(name);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user