aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-11-11 14:52:15 -0800
committerRuss Cox <rsc@golang.org>2009-11-11 14:52:15 -0800
commitd38630fe3db1c5c916e496f19d47915f44eed92d (patch)
treeb02d065f1934b01c6f5f33ada37b64bdbb05633f
parente9ac56fb996e11d09121072d2e45dee10a2bb12e (diff)
downloadgo-d38630fe3db1c5c916e496f19d47915f44eed92d.tar.gz
go-d38630fe3db1c5c916e496f19d47915f44eed92d.zip
gotest: add LC_ALL=C
R=r https://golang.org/cl/154067
-rwxr-xr-xsrc/cmd/gotest/gotest1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/gotest/gotest b/src/cmd/gotest/gotest
index 956a67965a..8d43cb7dc7 100755
--- a/src/cmd/gotest/gotest
+++ b/src/cmd/gotest/gotest
@@ -11,6 +11,7 @@
# 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_ALL=C
export LC_CTYPE=C
_GC=$GC # Make.$GOARCH will overwrite this