Skip to content

Commit

Permalink
pb_cipher_suites test creates certs in its own dir.
Browse files Browse the repository at this point in the history
Same reason as pb_security and http_security: to keep other tests
from stomping on it.
  • Loading branch information
lordnull committed Jun 12, 2014
1 parent f96847b commit f7631b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pb_cipher_suites.erl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ confirm() ->
application:start(ssl),
application:start(inets),

CertDir = rt_config:get(rt_scratch_dir) ++ "/certs",
CertDir = rt_config:get(rt_scratch_dir) ++ "/pb_cipher_suites_certs",

%% make a bunch of crypto keys
make_certs:rootCA(CertDir, "rootCA"),
Expand Down

0 comments on commit f7631b4

Please sign in to comment.