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

Commit a4aa2e7

Browse files
committed
terminate git-remote-https.exe
1 parent 2d13b91 commit a4aa2e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dep_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ func (tg *testgoData) cleanup() {
483483
if runtime.GOOS == "windows" {
484484
mu.Lock()
485485
exec.Command(`taskkill`, `/F`, `/IM`, `git.exe`).Run()
486+
exec.Command(`taskkill`, `/F`, `/IM`, `git-remote-https.exe`).Run()
486487
mu.Unlock()
487488
}
488489
if tg.wd != "" {

0 commit comments

Comments
 (0)