# HG changeset patch # User Steve Losh # Date 1254685464 14400 # Node ID 1fcd33358670a869676afb64b6c0be8e2911fee3 # Parent 29d79d253294ae7b00206725d4efa4e0c31d4c7a Clean up after tests. diff -r 29d79d253294 -r 1fcd33358670 review/tests/test_init.py --- a/review/tests/test_init.py Sun Oct 04 15:43:27 2009 -0400 +++ b/review/tests/test_init.py Sun Oct 04 15:44:24 2009 -0400 @@ -23,7 +23,7 @@ def teardown_sandbox(): os.chdir(os.path.realpath(os.path.join(sandbox_path, os.pardir))) - # shutil.rmtree(sandbox_path) + shutil.rmtree(sandbox_path) def get_sandbox_repo(): return hg.repository(ui.ui(), '.')