Skip set_repo_refs to speed up the tests

This commit is contained in:
Igor 2019-09-03 09:15:47 +00:00 committed by Lin Jen-Shin
parent a86aa988ab
commit b7f4a7077f

View file

@ -244,7 +244,6 @@ module TestEnv
FileUtils.mkdir_p(target_repo_path)
FileUtils.cp_r("#{File.expand_path(bare_repo)}/.", target_repo_path)
FileUtils.chmod_R 0755, target_repo_path
set_repo_refs(target_repo_path, refs)
end
def create_bare_repository(path)