Displaying 2 results from an estimated 2 matches for "msg00490".
Did you mean:
msg00480
2018 Jun 06
2
[PATCH] tests: Provide full path to Unix domain sockets.
Maybe a bug in libvirt?
https://www.redhat.com/archives/libvir-list/2018-June/msg00490.html
---
tests/test-cache.sh | 3 ++-
tests/test-cow.sh | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/tests/test-cache.sh b/tests/test-cache.sh
index e5e9e82..ac99ce2 100755
--- a/tests/test-cache.sh
+++ b/tests/test-cache.sh
@@ -32,6 +32,7 @@
# SUCH DAMAGE.
set -e...
2018 Jun 06
0
Re: [PATCH] tests: Provide full path to Unix domain sockets.
On 06/06/2018 01:36 PM, Richard W.M. Jones wrote:
> Maybe a bug in libvirt?
> https://www.redhat.com/archives/libvir-list/2018-June/msg00490.html
Or maybe intentional. Using absolute paths is better than assuming that
libvirt will treat relative paths against the same directory as you
intended; although it would be nicer if libvirt would reject XML with a
relative path up front rather than look in the wrong directory and
perhaps su...