]> Cypherpunks repositories - gostls13.git/commit
cmd/go: write test file to temporary directory
authorAndrew Gerrand <adg@golang.org>
Mon, 18 Apr 2016 03:25:51 +0000 (13:25 +1000)
committerAndrew Gerrand <adg@golang.org>
Fri, 22 Apr 2016 02:01:10 +0000 (02:01 +0000)
commitb563fcfabba559646b42b0ff2066fc98042d8a8a
treeaed9fa75984c3b51d1ba462a6dac0b4d71884069
parent8082828ed0b07225c50a991dbe2a176346fba3b8
cmd/go: write test file to temporary directory

Before this change, a go-vendor-issue-14613 file would be left in the
working directory after tests run.

Change-Id: If1858421bb287215ab4a19163f489131b2e8912c
Reviewed-on: https://go-review.googlesource.com/22169
Reviewed-by: Chris Broadfoot <cbro@golang.org>
src/cmd/go/vendor_test.go