]> Cypherpunks repositories - gostls13.git/commit
test/run: use correct $PWD to make os.Getwd less expensive
authorRuss Cox <rsc@golang.org>
Thu, 14 Feb 2013 19:21:26 +0000 (14:21 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 14 Feb 2013 19:21:26 +0000 (14:21 -0500)
commit551f3f27aaa69495a499eb3637b79480a2054cbc
tree488445e47f98cd90f3bb2f0baac6ca9528990e14
parent89fde30fbda9a86a7b53db7b7cee1cfd8e1a36ff
test/run: use correct $PWD to make os.Getwd less expensive

The commands being run are 'go tool this' and 'go tool that',
and the go command will call Getwd during its init.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/7336045
test/run.go