diff --git a/test/Makefile b/test/Makefile index 9f32c95..c35aad8 100644 --- a/test/Makefile +++ b/test/Makefile @@ -27,4 +27,4 @@ clean: *.socat.log \ *.exit-code.log \ *.stderr.log - rm -rf dbus-1 + rm -rf dbus diff --git a/test/env b/test/env index 04805a2..c455829 100755 --- a/test/env +++ b/test/env @@ -71,6 +71,10 @@ writable_dir "$MPV_MPRIS_TEST_LOG" writable_dir "$MPV_MPRIS_TEST_TMP" +MPV_MPRIS_TEST_DBUS="$MPV_MPRIS_TEST_DBUS/dbus" +mkdir -p -m 0700 "$MPV_MPRIS_TEST_DBUS" + + # These are not used outside this script so unexport them export -n \ MPV_MPRIS_TEST_DBUS \