Re: [libvirt] [PATCH 3/3] Use virBufferEscapeShell in virNetSocketNewConnectSSH

2011-10-13 Thread Guido Günther
On Wed, Oct 12, 2011 at 05:22:02PM -0600, Eric Blake wrote: On 10/12/2011 04:40 PM, Guido Günther wrote: to escape the netcat command since it's passed to the shell. Adjust expected test case output accordingly. --- src/rpc/virnetsocket.c | 25 -

Re: [libvirt] [PATCH 3/3] Use virBufferEscapeShell in virNetSocketNewConnectSSH

2011-10-13 Thread Eric Blake
On 10/13/2011 03:02 PM, Guido Günther wrote: On Wed, Oct 12, 2011 at 05:22:02PM -0600, Eric Blake wrote: On 10/12/2011 04:40 PM, Guido Günther wrote: to escape the netcat command since it's passed to the shell. Adjust expected test case output accordingly. --- Rebase this on top of my

[libvirt] [PATCH 3/3] Use virBufferEscapeShell in virNetSocketNewConnectSSH

2011-10-12 Thread Guido Günther
to escape the netcat command since it's passed to the shell. Adjust expected test case output accordingly. --- src/rpc/virnetsocket.c | 25 - tests/virnetsockettest.c | 10 +- 2 files changed, 25 insertions(+), 10 deletions(-) diff --git

Re: [libvirt] [PATCH 3/3] Use virBufferEscapeShell in virNetSocketNewConnectSSH

2011-10-12 Thread Eric Blake
On 10/12/2011 04:40 PM, Guido Günther wrote: to escape the netcat command since it's passed to the shell. Adjust expected test case output accordingly. --- src/rpc/virnetsocket.c | 25 - tests/virnetsockettest.c | 10 +- 2 files changed, 25