From: Yu Watanabe Date: Tue, 13 Feb 2024 19:03:07 +0000 (+0900) Subject: test: fix typo X-Git-Tag: v256-rc1~881 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=964756923b36a384348b51dbe880ac8f2d3a0987;p=thirdparty%2Fsystemd.git test: fix typo Follow-up for 3456c89ac26872f4befa2bdf7c260529932e3909. --- diff --git a/test/units/testsuite-74.socket.sh b/test/units/testsuite-74.socket.sh index b9f0e828997..aa856e81bcb 100755 --- a/test/units/testsuite-74.socket.sh +++ b/test/units/testsuite-74.socket.sh @@ -57,7 +57,7 @@ waitfor /tmp/foo.conn2 socat - UNIX-CONNECT:/run/per-source-limit.sk > /tmp/foo.conn3 & J3="$!" -# But this one should work, because done under a differen UID +# But this one should work, because done under a different UID setpriv --reuid=1 socat - UNIX-CONNECT:/run/per-source-limit.sk > /tmp/foo.conn4 & J4="$!"