aboutsummaryrefslogtreecommitdiff
path: root/src/androidtest.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/androidtest.bash')
-rwxr-xr-xsrc/androidtest.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/androidtest.bash b/src/androidtest.bash
index 504d276c4c..b250cf4a78 100755
--- a/src/androidtest.bash
+++ b/src/androidtest.bash
@@ -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