mirror of
				https://github.com/golang/go.git
				synced 2025-10-31 08:40:55 +00:00 
			
		
		
		
	net: align temporary file, directory names in tests
Also adds missing temporary file deletion. Change-Id: Ia644b0898022e05d2f5232af38f51d55e40c6fb5 Reviewed-on: https://go-review.googlesource.com/9772 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
		
							parent
							
								
									aebd123e8c
								
							
						
					
					
						commit
						76d67eaccc
					
				
					 3 changed files with 4 additions and 3 deletions
				
			
		|  | @ -101,7 +101,7 @@ type resolvConfTest struct { | |||
| } | ||||
| 
 | ||||
| func newResolvConfTest(t *testing.T) *resolvConfTest { | ||||
| 	dir, err := ioutil.TempDir("", "resolvConfTest") | ||||
| 	dir, err := ioutil.TempDir("", "go-resolvconftest") | ||||
| 	if err != nil { | ||||
| 		t.Fatal(err) | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Mikio Hara
						Mikio Hara