summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2016-03-22 14:15:11 +0100
committerMarian Csontos <mcsontos@redhat.com>2016-03-23 12:28:24 +0100
commit8d24736bb911717f57cdc8aa4891d6c3fa8a6c6e (patch)
tree151cc82a077a426548b8907033713d46c8da309c
parent0d33cd4ac9d422960f30131594cc9e1951a1066f (diff)
downloadlvm2-8d24736bb911717f57cdc8aa4891d6c3fa8a6c6e.tar.gz
[WIP] Session bus is still not working
-rw-r--r--test/lib/aux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/aux.sh b/test/lib/aux.sh
index 6c71ab400..2f1fdead1 100644
--- a/test/lib/aux.sh
+++ b/test/lib/aux.sh
@@ -309,7 +309,7 @@ prepare_lvmdbusd() {
# The session should be better already started, or dbus will try to run
# dbus-launch (dbus-x11 package on Fedora). Why not dbus-run-session???
- export LVMDBUSD_USE_SESSION=True
+ export LVMDBUSD_USE_SESSION= #True
if [[ -z $LVMDBUSD_USE_SESSION ]]; then
# FIXME: This is not correct! Daemon may be off and started on demand only.