gio/tests/gdbus-peer: make this work on non-Linux unixes
authorDan Winship <danw@gnome.org>
Sat, 27 Aug 2011 15:33:43 +0000 (11:33 -0400)
committerDan Winship <danw@gnome.org>
Tue, 30 Aug 2011 13:52:46 +0000 (09:52 -0400)
commit302a5072c915fc95e187e733acab139bca692e0b
treedfc39dabb3411829283112674a52dc4ea3f02a30
parentd156492c8333097d969e933abbde2cab6011b321
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.

https://bugzilla.gnome.org/show_bug.cgi?id=657517
gio/tests/gdbus-peer.c