test: fix typo

Follow-up for 3456c89ac2.
This commit is contained in:
Yu Watanabe 2024-02-14 04:03:07 +09:00
parent a14d3b48f7
commit 964756923b

View file

@ -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="$!"