1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

tests: Add OK: and a new line to ssh_ping

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 5123f7955b)
This commit is contained in:
Andreas Schneider
2018-09-18 18:45:57 +02:00
parent 129744692c
commit 3b7d997b54

View File

@ -57,7 +57,7 @@ int main(int argc, char **argv)
goto out;
}
printf("%s", banner);
printf("OK: %s\n", banner);
rc = 0;
out: