Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
terminate git-remote-https.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Jan 26, 2017
1 parent 2d13b91 commit a4aa2e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dep_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ func (tg *testgoData) cleanup() {
if runtime.GOOS == "windows" {
mu.Lock()
exec.Command(`taskkill`, `/F`, `/IM`, `git.exe`).Run()
exec.Command(`taskkill`, `/F`, `/IM`, `git-remote-https.exe`).Run()
mu.Unlock()
}
if tg.wd != "" {
Expand Down

0 comments on commit a4aa2e7

Please sign in to comment.