summaryrefslogtreecommitdiffstats
path: root/src/test/test-namespace.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 18:51:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 18:51:16 +0000
commit59cd38c964457d114feb94f5f420754c54c0ddf2 (patch)
tree24a36570c53b15b3bd6e955054f8c4846db0e262 /src/test/test-namespace.c
parentAdding debian version 252.22-1~deb12u1. (diff)
downloadsystemd-59cd38c964457d114feb94f5f420754c54c0ddf2.tar.xz
systemd-59cd38c964457d114feb94f5f420754c54c0ddf2.zip
Merging upstream version 252.23.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/test/test-namespace.c')
-rw-r--r--src/test/test-namespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-namespace.c b/src/test/test-namespace.c
index 37acc78..7084e70 100644
--- a/src/test/test-namespace.c
+++ b/src/test/test-namespace.c
@@ -94,7 +94,7 @@ static void test_shareable_ns(unsigned long nsflag) {
return;
}
- assert_se(socketpair(AF_UNIX, SOCK_DGRAM, 0, s) >= 0);
+ assert_se(socketpair(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC, 0, s) >= 0);
pid1 = fork();
assert_se(pid1 >= 0);