mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
virnetsockettest: Move opening quote
Make this test case consistent with all the other ones. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
5bf9902012
commit
a280b9282f
@ -630,8 +630,8 @@ mymain(void)
|
|||||||
.nodename = "crashyhost",
|
.nodename = "crashyhost",
|
||||||
.path = "/tmp/socket",
|
.path = "/tmp/socket",
|
||||||
.netcat = "nc",
|
.netcat = "nc",
|
||||||
.expectOut = "-T -e none -- crashyhost sh -c "
|
.expectOut = "-T -e none -- crashyhost sh -c '"
|
||||||
"'if 'nc' -q 2>&1 | grep \"requires an argument\" >/dev/null 2>&1; then "
|
"if 'nc' -q 2>&1 | grep \"requires an argument\" >/dev/null 2>&1; then "
|
||||||
"ARG=-q0;"
|
"ARG=-q0;"
|
||||||
"else "
|
"else "
|
||||||
"ARG=;"
|
"ARG=;"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user