]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: fix daemon-conf testing failure
authorOsier Yang <jyang@redhat.com>
Wed, 3 Nov 2010 10:43:11 +0000 (11:43 +0100)
committerDaniel Veillard <veillard@redhat.com>
Wed, 3 Nov 2010 10:43:11 +0000 (11:43 +0100)
commitd9c75c8d376c15ace7b3fff5e802bfb17fa630e1
tree540733f39a3623471336dabb8af538e599d2164c
parent04cbfa4faeab330780145f764242914d89ac4b50
tests: fix daemon-conf testing failure

libvirtd.conf uses "libvirt" as the value of "unix_sock_group",
however, group "libvirt" may not exist on the system, in this case
the case will always fail.

As a solution, replace "libvirt" with "$USER" in "tmp.conf".
tests/daemon-conf