Skip to content

Commit

Permalink
Merge branch 'ia/ssl/test-maint' into maint
Browse files Browse the repository at this point in the history
* ia/ssl/test-maint:
  ssl: Add missing configuration in test case
  • Loading branch information
IngelaAndin committed Mar 13, 2013
2 parents 4955bf9 + e4b753f commit 03bc63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ssl/test/ssl_to_openssl_SUITE.erl
Expand Up @@ -1202,8 +1202,8 @@ start_erlang_server_and_openssl_client_with_opts(Config, ErlangServerOpts, OpenS
{mfa, {?MODULE, erlang_ssl_receive, [Data]}}, {mfa, {?MODULE, erlang_ssl_receive, [Data]}},
{options, ServerOpts}]), {options, ServerOpts}]),
Port = ssl_test_lib:inet_port(Server), Port = ssl_test_lib:inet_port(Server),

Version = ssl_record:protocol_version(ssl_record:highest_protocol_version([])),
Cmd = "openssl s_client " ++ OpenSSLClientOpts ++ " -msg -port " ++ integer_to_list(Port) ++ Cmd = "openssl s_client " ++ OpenSSLClientOpts ++ " -msg -port " ++ integer_to_list(Port) ++ version_flag(Version) ++
" -host localhost", " -host localhost",


ct:print("openssl cmd: ~p~n", [Cmd]), ct:print("openssl cmd: ~p~n", [Cmd]),
Expand Down

0 comments on commit 03bc63b

Please sign in to comment.