tests: Add OK: and a new line to ssh_ping

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-09-18 18:45:57 +02:00
parent c15ad753a7
commit 5123f7955b

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: