Re: [libvirt] [PATCH 05/14] tests: viruri: Add test for password in URI userinfo

2019-08-21 Thread Ján Tomko
On Fri, Aug 16, 2019 at 12:39:26PM +0200, Peter Krempa wrote: While it's a bad idea to use userinfo to pass credentials via an URI add s/an URI/a URI/ a test that we at least do the correct thing. Signed-off-by: Peter Krempa --- tests/viruritest.c | 1 + 1 file changed, 1 insertion(+)

[libvirt] [PATCH 05/14] tests: viruri: Add test for password in URI userinfo

2019-08-16 Thread Peter Krempa
While it's a bad idea to use userinfo to pass credentials via an URI add a test that we at least do the correct thing. Signed-off-by: Peter Krempa --- tests/viruritest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/viruritest.c b/tests/viruritest.c index d419711135..3255e2333a