Skip to content

test: Use DBUS_TEST_SOCKET_DIR to create the test socket

Alexander Richardson requested to merge arichardson/dbus:test-socket-dir into master

I am trying to run cross-compiled tests in QEMU with the build directory mounted via smbfs, and therefore creating the sockets in the CWD does not work. Using DBUS_TEST_SOCKET_DIR (/tmp by default) allows me to run the tests successfully.

Merge request reports