Skip to content
Snippets Groups Projects
Commit 73e4bc7f authored by Simon McVittie's avatar Simon McVittie Committed by Philip Withnall
Browse files

gdbus-peer test: Use unix:dir address if exact format doesn't matter


Previously, we used unix:tmpdir, except in tests that verify that a
particular address type works (notably unix:dir). Now we use unix:dir
most of the time, and unix:tmpdir gets its own test instead.

This helps to ensure that the tests continue to work on non-Linux Unix
kernels, where abstract sockets do not exist and so unix:tmpdir is
equivalent to unix:dir, even in the common case where the developer has
only tried the test on Linux.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 3560c29d
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment