From: Ivan Kruglov Date: Mon, 26 May 2025 10:13:55 +0000 (-0700) Subject: test: quote entire path to socket in io.systemd.Manager tests X-Git-Tag: v258-rc1~479^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92fa38c99d59c2afafec2998987597cb87ff45fe;p=thirdparty%2Fsystemd.git test: quote entire path to socket in io.systemd.Manager tests --- diff --git a/test/units/TEST-74-AUX-UTILS.varlinkctl.sh b/test/units/TEST-74-AUX-UTILS.varlinkctl.sh index 83f8ac35327..0c7582db51a 100755 --- a/test/units/TEST-74-AUX-UTILS.varlinkctl.sh +++ b/test/units/TEST-74-AUX-UTILS.varlinkctl.sh @@ -175,8 +175,8 @@ varlinkctl call /run/systemd/io.systemd.Manager io.systemd.Manager.Describe '{}' # test io.systemd.Manager in user manager testuser_uid=$(id -u testuser) systemd-run --wait --pipe --user --machine testuser@ \ - varlinkctl info /run/user/"$testuser_uid"/systemd/io.systemd.Manager + varlinkctl info "/run/user/$testuser_uid/systemd/io.systemd.Manager" systemd-run --wait --pipe --user --machine testuser@ \ - varlinkctl introspect /run/user/"$testuser_uid"/systemd/io.systemd.Manager + varlinkctl introspect "/run/user/$testuser_uid/systemd/io.systemd.Manager" systemd-run --wait --pipe --user --machine testuser@ \ - varlinkctl call /run/user/"$testuser_uid"/systemd/io.systemd.Manager io.systemd.Manager.Describe '{}' + varlinkctl call "/run/user/$testuser_uid/systemd/io.systemd.Manager" io.systemd.Manager.Describe '{}'