aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_basic_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2019-04-17 12:38:41 +0200
committerHans Nilsson <[email protected]>2019-04-17 16:36:57 +0200
commit5d3b3cafce25fbb8dd6a791a174778fa9139193c (patch)
tree5202e44d992917c1cae7e1ee317d1e6576b36f41 /lib/ssh/test/ssh_basic_SUITE.erl
parentb77bf65d0a37460ce1f75a2a94acf5ecd42b4e3d (diff)
downloadotp-5d3b3cafce25fbb8dd6a791a174778fa9139193c.tar.gz
otp-5d3b3cafce25fbb8dd6a791a174778fa9139193c.tar.bz2
otp-5d3b3cafce25fbb8dd6a791a174778fa9139193c.zip
ssh: Remove unused var warning in tests
Diffstat (limited to 'lib/ssh/test/ssh_basic_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_basic_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_basic_SUITE.erl b/lib/ssh/test/ssh_basic_SUITE.erl
index 5de6d52092..9b987dea5a 100644
--- a/lib/ssh/test/ssh_basic_SUITE.erl
+++ b/lib/ssh/test/ssh_basic_SUITE.erl
@@ -1399,7 +1399,7 @@ rekey_chk(Config, RLdaemon, RLclient) ->
Kex1 = ssh_test_lib:get_kex_init(ConnectionRef),
%% Make both sides send something:
- {ok, SftpPid} = ssh_sftp:start_channel(ConnectionRef),
+ {ok, _SftpPid} = ssh_sftp:start_channel(ConnectionRef),
%% Check rekeying
timer:sleep(?REKEY_DATA_TMO),