diff options
author | Niclas Eklund <[email protected]> | 2011-03-31 16:48:44 +0200 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-05-19 14:38:23 +0200 |
commit | 2fb636273a06d31f0c24dcecf9302cd6561f02af (patch) | |
tree | 2c4dd03271879770758be40a48a5ba6b5bfc8206 /lib/ssh/test/ssh_sftp_SUITE.erl | |
parent | 61c134fa961a0aaa86be17d921dbe6727d0a7c1c (diff) | |
download | otp-2fb636273a06d31f0c24dcecf9302cd6561f02af.tar.gz otp-2fb636273a06d31f0c24dcecf9302cd6561f02af.tar.bz2 otp-2fb636273a06d31f0c24dcecf9302cd6561f02af.zip |
Some minor updates regarding how test data is generated.
Diffstat (limited to 'lib/ssh/test/ssh_sftp_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_sftp_SUITE.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_sftp_SUITE.erl b/lib/ssh/test/ssh_sftp_SUITE.erl index 123a12773b..caaf4e6243 100644 --- a/lib/ssh/test/ssh_sftp_SUITE.erl +++ b/lib/ssh/test/ssh_sftp_SUITE.erl @@ -52,6 +52,7 @@ init_per_suite(Config) -> ssh_test_lib:save_known_hosts(Dir), %% More like copy_id_keys!!! {ok, _} = ssh_test_lib:get_id_keys(Dir), + ssh_test_lib:make_dsa_public_key_file(42, 43, 44, 45, Config), Config; {ok,_} -> {skip,"Could not start ssh!"}; |