mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03: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",
|
||||
.path = "/tmp/socket",
|
||||
.netcat = "nc",
|
||||
.expectOut = "-T -e none -- crashyhost sh -c "
|
||||
"'if 'nc' -q 2>&1 | grep \"requires an argument\" >/dev/null 2>&1; then "
|
||||
.expectOut = "-T -e none -- crashyhost sh -c '"
|
||||
"if 'nc' -q 2>&1 | grep \"requires an argument\" >/dev/null 2>&1; then "
|
||||
"ARG=-q0;"
|
||||
"else "
|
||||
"ARG=;"
|
||||
|
Loading…
Reference in New Issue
Block a user