File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ func TestBuild(t *testing.T) {
6060 const listenAddr = "127.0.0.1:40573"
6161
6262 dlvbin := protest .GetDlvBinary (t )
63- defer os .Remove (dlvbin )
6463
6564 fixtures := protest .FindFixturesDir ()
6665
@@ -1421,7 +1420,6 @@ func TestUnixDomainSocket(t *testing.T) {
14211420 listenPath := filepath .Join (tmpdir , "delve_test" )
14221421
14231422 dlvbin := protest .GetDlvBinary (t )
1424- defer os .Remove (dlvbin )
14251423
14261424 fixtures := protest .FindFixturesDir ()
14271425
Original file line number Diff line number Diff line change @@ -3169,7 +3169,6 @@ func TestGuessSubstitutePath(t *testing.T) {
31693169 defer os .Setenv ("GOFLAGS" , oldgoflags )
31703170
31713171 dlvbin := protest .GetDlvBinary (t )
3172- defer os .Remove (dlvbin )
31733172
31743173 listener , clientConn := service .ListenerPipe ()
31753174 defer listener .Close ()
You can’t perform that action at this time.
0 commit comments