summaryrefslogtreecommitdiff
path: root/tests/artifactcache/junctions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/artifactcache/junctions.py')
-rw-r--r--tests/artifactcache/junctions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/artifactcache/junctions.py b/tests/artifactcache/junctions.py
index d2eceb842..e1bbb31fd 100644
--- a/tests/artifactcache/junctions.py
+++ b/tests/artifactcache/junctions.py
@@ -69,6 +69,8 @@ def test_push_pull(cli, tmpdir, datafiles):
#
cas = os.path.join(cli.directory, 'cas')
shutil.rmtree(cas)
+ artifact_dir = os.path.join(cli.directory, 'artifacts')
+ shutil.rmtree(artifact_dir)
# Assert that nothing is cached locally anymore
state = cli.get_element_state(project, 'target.bst')