1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

tests: Add missing line breaks.

This commit is contained in:
Andreas Schneider
2013-11-28 11:49:11 +01:00
parent cdd7a6cb8d
commit ad0abff8b3

View File

@@ -290,7 +290,7 @@ static void torture_auth_agent(void **state) {
return;
}
if (!agent_is_running(session)){
print_message("*** Agent not running. Test ignored");
print_message("*** Agent not running. Test ignored\n");
return;
}
rc = ssh_options_set(session, SSH_OPTIONS_USER, user);
@@ -321,7 +321,7 @@ static void torture_auth_agent_nonblocking(void **state) {
return;
}
if (!agent_is_running(session)){
print_message("*** Agent not running. Test ignored");
print_message("*** Agent not running. Test ignored\n");
return;
}
rc = ssh_options_set(session, SSH_OPTIONS_USER, user);