fix gitclone pyc test.

Test is still failing due to recent unrelated changes.
parent 287877c8
......@@ -92,6 +92,7 @@ class GitCloneNonInformativeTests(unittest.TestCase):
bade_file.close()
self.assertTrue(os.path.exists(bad_file_path))
# install again and make sure pyc file is removed
recipe = self.makeGitCloneRecipe({})
recipe.update()
self.assertTrue(os.path.exists(git_repository_path))
self.assertFalse(os.path.exists(bad_file_path), "pyc file not removed")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment