]> Cypherpunks repositories - gostls13.git/commit
test: move empty header file in builddir, buildrundir to temp directory
authorEmmanuel T Odeke <emmanuel@orijtech.com>
Tue, 13 Nov 2018 23:13:42 +0000 (16:13 -0700)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Wed, 14 Nov 2018 00:22:40 +0000 (00:22 +0000)
commit6d620fc42ec2ae61cfedcd37d24afd8cb7654164
treea35a61315df7dab3c3c5445f2f004b79123a0afa
parent69397422c0ac74f9f9ec8e2b3e6d0b0b7ab1b697
test: move empty header file in builddir, buildrundir to temp directory

Move the empty header file created by "builddir", "buildrundir"
directives to t.tempDir. The file was accidentally placed in the
same directory as the source code and this was a vestige of CL 146999.

Fixes #28781

Change-Id: I3d2ada5f9e8bf4ce4f015b9bd379b311592fe3ce
Reviewed-on: https://go-review.googlesource.com/c/149458
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
test/run.go