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:
Simon McVittie 2017-04-14 12:35:06 +01:00 committed by Simon McVittie
parent 5be3d5faac
commit ef628c3b0a

View file

@ -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