From: Simon McVittie Date: Fri, 14 Apr 2017 11:35:06 +0000 (+0100) Subject: transient-services integration test: Create the right directory X-Git-Tag: dbus-1.11.14~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef628c3b0afa0b1effdfdf273f8cbacaff969e31;p=thirdparty%2Fdbus.git transient-services integration test: Create the right directory Signed-off-by: Simon McVittie Reviewed-by: Philip Withnall Bug: https://bugs.freedesktop.org/show_bug.cgi?id=100686 --- diff --git a/test/integration/transient-services.sh b/test/integration/transient-services.sh index 66cd907dc..2d946d9ec 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" <