Remove GConf stop from eds test harness, since it's not needed.
authorJeremy Whiting <jpwhiting@kde.org>
Mon, 25 Jun 2012 19:07:49 +0000 (13:07 -0600)
committerJeremy Whiting <jpwhiting@kde.org>
Mon, 25 Jun 2012 22:00:09 +0000 (16:00 -0600)
tests/tools/with-session-bus-eds.sh

index f1e854b..e525346 100755 (executable)
@@ -22,16 +22,9 @@ done
 shift
 if test "z$1" = "z"; then dbus_usage; fi
 
-gconf_stop ()
-{
-  local pid=$(dbus-send --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.GetConnectionUnixProcessID string:org.gnome.GConf | tail -n 1 | awk ' { print $2; } ')
-  kill -KILL $pid
-}
-
 cleanup ()
 {
     eds_stop
-    gconf_stop
     dbus_stop
     test -d ../data/gconf.d && rm -rf ../data/gconf.d
 }