From 958230f8a4a86c82e1dadfdd7a8305d052c963ca Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 14 Apr 2017 12:35:06 +0100 Subject: [PATCH 2/3] transient-services integration test: Create the right directory Signed-off-by: Simon McVittie --- test/integration/transient-services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/transient-services.sh b/test/integration/transient-services.sh index 66cd907d..2d946d9e 100644 --- a/test/integration/transient-services.sh +++ b/test/integration/transient-services.sh @@ -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" <