Fix paths in test cases

This commit is contained in:
Peter Eckersley
2015-09-16 19:43:57 -07:00
parent cb1ff5108e
commit 18adec0bf2
2 changed files with 2 additions and 2 deletions
@@ -39,7 +39,7 @@ def create_le_config(parent_dir):
def extract_configs(configs, parent_dir):
"""Extracts configs to a new dir under parent_dir and returns it"""
config_dir = os.path.join(parent_dir, "configs")
config_dir = os.path.join(parent_dir, "renewal")
if os.path.isdir(configs):
shutil.copytree(configs, config_dir, symlinks=True)