]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
transient-services integration test: Create the right directory
authorSimon McVittie <smcv@collabora.com>
Fri, 14 Apr 2017 11:35:06 +0000 (12:35 +0100)
committerSimon McVittie <smcv@debian.org>
Tue, 18 Apr 2017 11:46:18 +0000 (12:46 +0100)
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

test/integration/transient-services.sh

index 66cd907dc39e49378dc8203d2fc65b41a823c5b3..2d946d9ece06cf64e98dcb02ac141bf4e945c810 100644 (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