summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Asleson <tasleson@redhat.com>2016-08-29 14:29:12 -0500
committerTony Asleson <tasleson@redhat.com>2016-08-29 15:26:56 -0500
commit756f51eac8f42c85f091ebbc4dc8bb2f1569a38e (patch)
treee467df28ef5b0a6d02d6ee561e99d3baac17df83
parent7c386bf4d44121afdaebbbe03569155d1f5f7569 (diff)
downloadlvm2-756f51eac8f42c85f091ebbc4dc8bb2f1569a38e.tar.gz
test/lib/aux.sh: Remove incorrect comment
The dbus service needs to use the system bus. The test environment does not allow work with session bus environment.
-rw-r--r--test/lib/aux.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lib/aux.sh b/test/lib/aux.sh
index 26b4ec10d..7dffdcb38 100644
--- a/test/lib/aux.sh
+++ b/test/lib/aux.sh
@@ -329,7 +329,6 @@ prepare_lvmdbusd() {
which python3 >/dev/null || skip "Missing python3"
python3 -c "import pyudev, dbus, gi.repository" || skip "Missing python modules"
- # TODO: Tests should use session bus instead of system bus
# Copy the needed file to run on the system bus if it doesn't
# already exist
if [ ! -f /etc/dbus-1/system.d/com.redhat.lvmdbus1.conf ]; then