From 05417665b9e362faf8481ee116cddbd65b206918 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 7 Nov 2018 15:16:29 +0100 Subject: [PATCH] tests: Drop duplicate log level setup Already done in the setup phase. Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- tests/client/torture_algorithms.c | 3 --- 1 file changed, 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);