mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-10 06:23:01 +03:00
tests: Add missing line breaks.
This commit is contained in:
@@ -290,7 +290,7 @@ static void torture_auth_agent(void **state) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!agent_is_running(session)){
|
if (!agent_is_running(session)){
|
||||||
print_message("*** Agent not running. Test ignored");
|
print_message("*** Agent not running. Test ignored\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
rc = ssh_options_set(session, SSH_OPTIONS_USER, user);
|
rc = ssh_options_set(session, SSH_OPTIONS_USER, user);
|
||||||
@@ -321,7 +321,7 @@ static void torture_auth_agent_nonblocking(void **state) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!agent_is_running(session)){
|
if (!agent_is_running(session)){
|
||||||
print_message("*** Agent not running. Test ignored");
|
print_message("*** Agent not running. Test ignored\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
rc = ssh_options_set(session, SSH_OPTIONS_USER, user);
|
rc = ssh_options_set(session, SSH_OPTIONS_USER, user);
|
||||||
|
Reference in New Issue
Block a user