mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
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.
This commit is contained in:
parent
7c386bf4d4
commit
756f51eac8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user