Commit Diff


commit - b43e02dae2f94bde4c5ea9a51f71720f7713019e
commit + 99a97f809268a7ae2d24198c3c71fea8c884e6d2
blob - e81682dfcda6840765b24f4ec496fe031cb88a65
blob + e8dc379f3766f3126a73441a2e308fd844afe31e
--- regress/cmdline/common.sh
+++ regress/cmdline/common.sh
@@ -28,6 +28,8 @@ export GOT_TEST_ROOT="/tmp"
 export GOT_IGNORE_GITCONFIG=1
 export GOT_VERSION_STR=`got --version | cut -d ' ' -f2`
 
+export LC_ALL=C
+
 export MALLOC_OPTIONS=S
 
 git_init()