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:
Andrea Bolognani 2022-02-09 19:23:42 +01:00
parent 5bf9902012
commit a280b9282f

View File

@ -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=;"