]> granicus.if.org Git - strace/commit
tests: workaround systemd-nspawn habit of disabling unimplemented syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 25 Sep 2019 01:02:03 +0000 (01:02 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 25 Sep 2019 01:02:03 +0000 (01:02 +0000)
commit45d9a92359b2832be0d30010a3c6d63317c01efb
tree7a59c9b074f585fbf4406e62645ef7890556b8ea
parent34370dba52e990d97c2574e401f49f923c973aeb
tests: workaround systemd-nspawn habit of disabling unimplemented syscalls

* tests/clone3.c (do_clone3_): Do not assume that unimplemented
syscalls always fail with ENOSYS.
tests/clone3.c