aboutsummaryrefslogtreecommitdiff
path: root/tests/client/torture_algorithms.c
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2018-11-07 15:16:29 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-11-23 17:30:16 +0100
commit05417665b9e362faf8481ee116cddbd65b206918 (patch)
tree668c03fbeda3cd5d55c76f5aff14ef5daf3faced /tests/client/torture_algorithms.c
parente639c9d0d80fbf26f0f5e3b4c950282a51fd68d9 (diff)
downloadlibssh-05417665b9e362faf8481ee116cddbd65b206918.tar.gz
libssh-05417665b9e362faf8481ee116cddbd65b206918.tar.xz
libssh-05417665b9e362faf8481ee116cddbd65b206918.zip
tests: Drop duplicate log level setup
Already done in the setup phase. Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'tests/client/torture_algorithms.c')
-rw-r--r--tests/client/torture_algorithms.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/client/torture_algorithms.c b/tests/client/torture_algorithms.c
index 4f588e27..41f061e8 100644
--- a/tests/client/torture_algorithms.c
+++ b/tests/client/torture_algorithms.c
@@ -90,9 +90,6 @@ static void test_algorithm(ssh_session session,
};
unsigned int i;
- int verbosity = torture_libssh_verbosity();
- ssh_options_set(session, SSH_OPTIONS_LOG_VERBOSITY, &verbosity);
-
if (kex != NULL) {
rc = ssh_options_set(session, SSH_OPTIONS_KEY_EXCHANGE, kex);
assert_ssh_return_code(session, rc);