GNOME Bugzilla – Bug 657517
fix gio/tests/gdbus-peer on bsd
Last modified: 2011-08-30 13:53:22 UTC
this may not be the best fix, but it demonstrates the problem at least
Created attachment 194928 [details] [review] gio/tests/gdbus-peer: make this work on non-Linux unixes The test was using a socket in a temporary directory, but not actually creating that temporary directory. This worked fine on Linux since it actually ended up using an abstract socket instead, but failed on unixes without abstract sockets.
Review of attachment 194928 [details] [review]: Sure.
Go for it
Attachment 194928 [details] pushed as 302a507 - gio/tests/gdbus-peer: make this work on non-Linux unixes