mirror of
https://github.com/golang/go
synced 2024-11-11 23:10:23 -07:00
test/run: add /usr/pkg/bin to PATH.
perl is installed by pkgsrc to /usr/pkg/bin. LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/70630043
This commit is contained in:
parent
f608806092
commit
8b1b1e159d
2
test/run
2
test/run
@ -33,7 +33,7 @@ unset GOROOT_FINAL # breaks ./ imports
|
||||
|
||||
failed=0
|
||||
|
||||
PATH=${GOBIN:-$GOROOT/bin}:`pwd`:/bin:/usr/bin:/usr/local/bin
|
||||
PATH=${GOBIN:-$GOROOT/bin}:`pwd`:/bin:/usr/bin:/usr/local/bin:/usr/pkg/bin
|
||||
|
||||
# TODO: We add the tool directory to the PATH to avoid thinking about a better way.
|
||||
PATH="$GOTOOLDIR:$PATH"
|
||||
|
Loading…
Reference in New Issue
Block a user