Merge pull request #1929 from SwartzCr/config-parse

fix issue with parsing renewal confs
This commit is contained in:
bmw
2015-12-18 11:41:44 -08:00
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -764,6 +764,8 @@ class RenewableCertTests(BaseRenewableCertTest):
def test_bad_config_file(self):
from letsencrypt import renewer
os.unlink(os.path.join(self.cli_config.renewal_configs_dir,
"example.org.conf"))
with open(os.path.join(self.cli_config.renewal_configs_dir,
"bad.conf"), "w") as f:
f.write("incomplete = configfile\n")