summaryrefslogtreecommitdiffstats
path: root/layman/tests/external.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/tests/external.py')
-rw-r--r--layman/tests/external.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/tests/external.py b/layman/tests/external.py
index e0b8b1b..3c23373 100644
--- a/layman/tests/external.py
+++ b/layman/tests/external.py
@@ -127,7 +127,7 @@ class TarAddRemoveSync(unittest.TestCase):
# Cleanup
os.unlink(temp_collection_path)
- shutil.rmtree(temp_dir_path)
+ os.rmdir(temp_dir_path)
if __name__ == '__main__':