Commit 9604f7b0 authored by Russ Cox's avatar Russ Cox

gotest: avoid problems with grepping for ·

Fixes #7.

R=r
CC=golang-dev
https://golang.org/cl/154043
parent 4a29a733
......@@ -8,6 +8,11 @@
# tests.
# If files are named on the command line, use them instead of test*.go.
# Makes egrep,grep work better with · if we put them
# in ordinary C mode instead of what the current language is.
unset LANG
export LC_CTYPE=C
_GC=$GC # Make.$GOARCH will overwrite this
. $GOROOT/src/Make.$GOARCH
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment