From: Daan De Meyer Date: Mon, 17 Mar 2025 15:25:19 +0000 (+0100) Subject: test: Fix formatting X-Git-Tag: v258-rc1~1041^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b281686b4f812365adc6896cee6ca20aa69b1baf;p=thirdparty%2Fsystemd.git test: Fix formatting --- diff --git a/test/units/TEST-07-PID1.delegate-namespaces.sh b/test/units/TEST-07-PID1.delegate-namespaces.sh index a9afc426ae4..8ea58205ba7 100755 --- a/test/units/TEST-07-PID1.delegate-namespaces.sh +++ b/test/units/TEST-07-PID1.delegate-namespaces.sh @@ -72,7 +72,7 @@ testcase_multiple_features() { -p BindReadOnlyPaths=/usr/share \ -p NoNewPrivileges=yes \ -p ProtectSystem=strict \ - -p User=testuser\ + -p User=testuser \ -p Group=testuser \ -p RuntimeDirectory=abc \ -p StateDirectory=qed \ diff --git a/test/units/TEST-07-PID1.private-pids.sh b/test/units/TEST-07-PID1.private-pids.sh index 1c9104d4359..091535e3da0 100755 --- a/test/units/TEST-07-PID1.private-pids.sh +++ b/test/units/TEST-07-PID1.private-pids.sh @@ -95,7 +95,7 @@ testcase_multiple_features() { -p BindReadOnlyPaths=/usr/share \ -p NoNewPrivileges=yes \ -p ProtectSystem=strict \ - -p User=testuser\ + -p User=testuser \ -p Group=testuser \ -p RuntimeDirectory=abc \ -p StateDirectory=qed \