mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 06:33:06 -03:00
@ -95,9 +95,6 @@ func (s *GeneratorTestSuite) SetupSuite() {
|
||||
if s.cloned {
|
||||
s.tmpLinguist, err = ioutil.TempDir("", "linguist-")
|
||||
assert.NoError(s.T(), err)
|
||||
}
|
||||
|
||||
if s.cloned {
|
||||
cmd := exec.Command("git", "clone", linguistURL, s.tmpLinguist)
|
||||
err = cmd.Run()
|
||||
assert.NoError(s.T(), err)
|
||||
|
Reference in New Issue
Block a user