]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: don't expect that clone() always makes it to the kernel
authorLennart Poettering <lennart@poettering.net>
Fri, 4 Jun 2021 08:35:43 +0000 (10:35 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 4 Jun 2021 11:38:00 +0000 (13:38 +0200)
commitd414f415358846717c2260a1d931fe75d6c5f0e3
treea700caf0a598a43f0a82bb0b5ba7ade0058fa815
parent19c79550b489740b3473d7c76ff6aadf739160e2
test: don't expect that clone() always makes it to the kernel

We might get EPERM on certain clone() flag combinations. Apparently in
Docker for example.

Prompted by: https://github.com/systemd/systemd/pull/19800#issuecomment-854196491
src/test/test-util.c