feat(core): reimplement clone with go-git
This commit is contained in:
@@ -73,9 +73,8 @@ func (s *CloneSuite) createBareRemote(name string) string {
|
||||
return remotePath
|
||||
}
|
||||
|
||||
func (s *CloneSuite) TestClone_FileURLWorksWithoutGitInPath() {
|
||||
func (s *CloneSuite) TestClone_FileURLWorks() {
|
||||
remotePath := s.createBareRemote("castle")
|
||||
s.T().Setenv("PATH", "")
|
||||
|
||||
err := s.app.Clone("file://"+remotePath, "parity-castle")
|
||||
require.NoError(s.T(), err)
|
||||
|
||||
Reference in New Issue
Block a user