summaryrefslogtreecommitdiff
path: root/bus/config-parser.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-02-24 18:33:27 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-02-24 18:40:11 +0000
commit7848abe6c2b90b66fbf1fd7e582324b28766b8de (patch)
tree1e1fbcee7f7f43d208088d311a7d1749379d366b /bus/config-parser.c
parent3681753421e4f5538e938f7d151c901f7c2f34d1 (diff)
downloaddbus-7848abe6c2b90b66fbf1fd7e582324b28766b8de.tar.gz
config-parser regression test: don't require that fd.o #34496 exists
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Diffstat (limited to 'bus/config-parser.c')
-rw-r--r--bus/config-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/config-parser.c b/bus/config-parser.c
index dd941e35..9808d732 100644
--- a/bus/config-parser.c
+++ b/bus/config-parser.c
@@ -3253,10 +3253,10 @@ process_test_equiv_subdir (const DBusString *test_base_dir,
static const char *test_session_service_dir_matches[] =
{
#ifdef DBUS_UNIX
+ "/testhome/foo/.testlocal/testshare/dbus-1/services",
"/testusr/testlocal/testshare/dbus-1/services",
"/testusr/testshare/dbus-1/services",
DBUS_DATADIR"/dbus-1/services",
- "/testhome/foo/.testlocal/testshare/dbus-1/services",
#endif
/* will be filled in test_default_session_servicedirs() */
#ifdef DBUS_WIN