summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2014-03-03 02:16:15 -0500
committerShenghou Ma <minux.ma@gmail.com>2014-03-03 02:16:15 -0500
commit08a41384d88a890c7440f96aafae06ce1c1941e9 (patch)
tree7d39b97e9487fc3fdf873b520e0fb8715612ed5e /test/run
parent1b9eca3df957a07cf1f60ef42005a82583645c59 (diff)
downloadgo-08a41384d88a890c7440f96aafae06ce1c1941e9.tar.gz
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://codereview.appspot.com/70630043
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run b/test/run
index d206312a2..729fc1eaa 100755
--- a/test/run
+++ b/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"