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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user