author | Alberto Bertogli
<albertito@blitiri.com.ar> 2014-07-11 22:31:34 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2014-07-11 22:31:34 UTC |
parent | 01bb94dede9b840407209e3dbc2bca7ffb47eb72 |
tests/run_tests | +0 | -2 |
diff --git a/tests/run_tests b/tests/run_tests index 149380a..a967b3e 100755 --- a/tests/run_tests +++ b/tests/run_tests @@ -114,8 +114,6 @@ class Config(object): class CA(object): def __init__(self): - # TODO: This works because of Debian's default config; it needs to be - # generalized, probably by including an openssl config to use. self.path = tempfile.mkdtemp(prefix="config-ca-", dir=TEMPDIR) os.makedirs(self.path + "/kxd-ca/newcerts/")