mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
test: quote entire path to socket in io.systemd.Manager tests
This commit is contained in:
@@ -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 '{}'
|
||||
|
||||
Reference in New Issue
Block a user