From 5d3bb697a851952711c57af7355493bfa5f98929 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 24 Feb 2011 18:33:27 +0000 Subject: [PATCH] config-parser regression test: don't require that fd.o #34496 exists --- bus/config-parser.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bus/config-parser.c b/bus/config-parser.c index dd941e3..9808d73 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 -- 1.7.4.1