mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-06 09:20:26 +01:00
transient-services integration test: Create the right directory
Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=100686
This commit is contained in:
parent
5be3d5faac
commit
ef628c3b0a
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ dbus-send --session --dest="org.freedesktop.systemd1" \
|
|||
if [ -d "$XDG_RUNTIME_DIR/systemd" ] && ! [ -e "$workdir/no-systemd" ]; then
|
||||
|
||||
# systemd is Linux-specific, so we can assume GNU mkdir.
|
||||
mkdir -p -m700 "$XDG_RUNTIME_DIR/systemd/transient"
|
||||
mkdir -p -m700 "$XDG_RUNTIME_DIR/systemd/user"
|
||||
cd "$XDG_RUNTIME_DIR/systemd/user"
|
||||
|
||||
sed -e 's/^ *//' > "dbus-com.example.DBusTests.Systemd.$unique.tmp" <<EOF
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue