X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-tests.sh;h=4060d14cd0e1ab9753b0fa5178321fdaed09ab4a;hb=7c7e6276719b8d40fddec2070cad81064a25c8ed;hp=674b965ff23589b0ff899716c945e0fb9ed8fb87;hpb=f4e8bca5eaa6e6db42299fe2f3852fb2e07508c7;p=sbcl.git diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 674b965..4060d14 100644 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -35,6 +35,11 @@ SBCL_ALLOWING_CORE=${1:-$sbclstem} export SBCL_ALLOWING_CORE echo /with SBCL_ALLOWING_CORE=\'$SBCL_ALLOWING_CORE\' +LANG=C +LC_ALL=C +export LANG +export LC_ALL + # "Ten four" is the closest numerical slang I can find to "OK", so # it's the Unix status value that we expect from a successful test. # (Of course, zero is the usual success value, but we don't want to