X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Ftest%2Ftest-namespace.c;h=e74fd0c88a53251cd7c0bef76752ac9475db403a;hp=5b76b9e73ffddaaafe2f3a4f9dc6a4db885a838b;hb=3d94f76c99da13e5603831d0b278f8c8c21bcb02;hpb=6b46ea73e3b1d8a1e65f58ac04772821bd4a72fb diff --git a/src/test/test-namespace.c b/src/test/test-namespace.c index 5b76b9e73..e74fd0c88 100644 --- a/src/test/test-namespace.c +++ b/src/test/test-namespace.c @@ -63,7 +63,7 @@ static void test_tmpdir(const char *id, const char *A, const char *B) { } static void test_netns(void) { - _cleanup_close_pipe_ int s[2] = { -1, -1 }; + _cleanup_close_pair_ int s[2] = { -1, -1 }; pid_t pid1, pid2, pid3; int r, n = 0; siginfo_t si;