build: fix typo in androidtest.bash

Change-Id: Idd72e095ad64e1a398058982422c2c5497a23ce5
Reviewed-on: https://go-review.googlesource.com/2739
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Burcu Dogan 2015-01-14 18:49:03 -08:00
parent 2fe8eadc9a
commit e13170e22c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ set -e
ulimit -c 0 # no core files
if [ ! -f make.bash ]; then
echo 'nacl.bash must be run from $GOROOT/src' 1>&2
echo 'androidtest.bash must be run from $GOROOT/src' 1>&2
exit 1
fi