Skip to content

Commit 5e235bd

Browse files
committed
Activate teardown
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
1 parent 6de091b commit 5e235bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/run_tests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,9 @@ def setUp(self):
494494
self.tmpdir = mkdtemp(prefix=self.__class__.__name__)
495495
shutil.copytree(join(TESTS, 'filepermission'), join(self.tmpdir, 'filepermission'))
496496

497-
#def tearDown(self):
498-
# os.chdir(self.save_cwd)
499-
# remove_tree_force(self.tmpdir)
497+
def tearDown(self):
498+
os.chdir(self.save_cwd)
499+
remove_tree_force(self.tmpdir)
500500

501501
def test_handle_full_index_patch_format(self):
502502
"""Test that when file permission mode is listed in the patch,

0 commit comments

Comments
 (0)