summaryrefslogtreecommitdiff
path: root/morphlib/sourcemanager_tests.py
diff options
context:
space:
mode:
authorRob Taylor <rob.taylor@codethink.co.uk>2012-01-19 11:19:44 +0000
committerRob Taylor <rob.taylor@codethink.co.uk>2012-01-19 11:19:44 +0000
commitfc4bccb30955370bb0fba909e6b083f999af8abc (patch)
treef5bba6926da6e6240d8b669a1dede275a33b311d /morphlib/sourcemanager_tests.py
parentc97cc974fd0377ae8b9c8d9782790d3da7899537 (diff)
downloadmorph-fc4bccb30955370bb0fba909e6b083f999af8abc.tar.gz
One of the Sourcemanager tests wasn't cleaning up.
Diffstat (limited to 'morphlib/sourcemanager_tests.py')
-rw-r--r--morphlib/sourcemanager_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/sourcemanager_tests.py b/morphlib/sourcemanager_tests.py
index 9315b664..0714f22f 100644
--- a/morphlib/sourcemanager_tests.py
+++ b/morphlib/sourcemanager_tests.py
@@ -92,6 +92,7 @@ class SourceManagerTests(unittest.TestCase):
t = s.get_treeish(os.getcwd(),'41ee528492db9bd41604311b100da5a871098b3a')
assert(t.sha1 == '41ee528492db9bd41604311b100da5a871098b3a')
+ shutil.rmtree(tempdir)
def test_get_sha1_treeish_for_self_bundle_fail(self):