summaryrefslogtreecommitdiff
path: root/src/nacltest.bash
diff options
context:
space:
mode:
authorTianon Gravi <admwiggin@gmail.com>2014-11-25 23:46:26 -0700
committerTianon Gravi <admwiggin@gmail.com>2014-11-25 23:46:26 -0700
commit8d8329ed5dfb9622c82a9fbec6fd99a580f9c9f6 (patch)
treec4c86e525346536900b0e51a90f4d9a0db1ee895 /src/nacltest.bash
parentf4fa1ef6e6ccd9264db61c6400528158e5913bda (diff)
downloadgolang-8d8329ed5dfb9622c82a9fbec6fd99a580f9c9f6.tar.gz
Imported Upstream version 1.3.3upstream/1.3.3
Diffstat (limited to 'src/nacltest.bash')
-rwxr-xr-xsrc/nacltest.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nacltest.bash b/src/nacltest.bash
index 33fc8c1c4..e5bbb4b68 100755
--- a/src/nacltest.bash
+++ b/src/nacltest.bash
@@ -45,6 +45,7 @@ if [ ! -f make.bash ]; then
exit 1
fi
GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH ./make.bash
+unset GOROOT
# Build zip file embedded in package syscall.
gobin=${GOBIN:-$(pwd)/../bin}