aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-09-18 18:45:57 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-09-18 18:46:28 +0200
commit5123f7955b67341e946987642354c0b123f5e1ff (patch)
tree374c140ab5dea9bca0272c436d8a12a0e3b03467
parentc15ad753a7083e3886891f0a1db7cd809ad23582 (diff)
downloadlibssh-5123f7955b67341e946987642354c0b123f5e1ff.tar.gz
libssh-5123f7955b67341e946987642354c0b123f5e1ff.tar.xz
libssh-5123f7955b67341e946987642354c0b123f5e1ff.zip
tests: Add OK: and a new line to ssh_ping
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--tests/ssh_ping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ssh_ping.c b/tests/ssh_ping.c
index c9b5dad5..dc966779 100644
--- a/tests/ssh_ping.c
+++ b/tests/ssh_ping.c
@@ -57,7 +57,7 @@ int main(int argc, char **argv)
goto out;
}
- printf("%s", banner);
+ printf("OK: %s\n", banner);
rc = 0;
out: