From: Daan De Meyer Date: Mon, 17 Mar 2025 10:31:28 +0000 (+0100) Subject: TEST-07-PID1.delegate-namespaces: Fix testcase_network() X-Git-Tag: v258-rc1~1041^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8912e3d8347fee3a325276177eed132e131ae19;p=thirdparty%2Fsystemd.git TEST-07-PID1.delegate-namespaces: Fix testcase_network() --- diff --git a/test/units/TEST-07-PID1.delegate-namespaces.sh b/test/units/TEST-07-PID1.delegate-namespaces.sh index fe0defaeb65..ed447f15081 100755 --- a/test/units/TEST-07-PID1.delegate-namespaces.sh +++ b/test/units/TEST-07-PID1.delegate-namespaces.sh @@ -16,7 +16,7 @@ testcase_mount() { testcase_network() { (! systemd-run -p PrivateUsersEx=self -p PrivateNetwork=yes --wait --pipe -- ip link add veth1 type veth peer name veth2) - systemd-run -p PrivateUsersEx=self -p PrivateMounts=yes -p DelegateNamespaces=mnt --wait --pipe -- ip link add veth1 type veth peer name veth2 + systemd-run -p PrivateUsersEx=self -p PrivateNetwork=yes -p DelegateNamespaces=net --wait --pipe -- ip link add veth1 type veth peer name veth2 } testcase_cgroup() {