diff --git a/src/cmd/gotest/gotest b/src/cmd/gotest/gotest index 956a67965ac..8d43cb7dc73 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