Skip to content

Commit d38630f

Browse files
committed
gotest: add LC_ALL=C
R=r https://golang.org/cl/154067
1 parent e9ac56f commit d38630f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmd/gotest/gotest

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# Makes egrep,grep work better with · if we put them
1212
# in ordinary C mode instead of what the current language is.
1313
unset LANG
14+
export LC_ALL=C
1415
export LC_CTYPE=C
1516

1617
_GC=$GC # Make.$GOARCH will overwrite this

0 commit comments

Comments
 (0)