Skip to content

Commit

Permalink
gotest: avoid problems with grepping for ·
Browse files Browse the repository at this point in the history
Fixes #7.

R=r
CC=golang-dev
https://golang.org/cl/154043
  • Loading branch information
rsc committed Nov 11, 2009
1 parent 4a29a73 commit 9604f7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cmd/gotest/gotest
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9604f7b

Please sign in to comment.