From: Luboš Luňák Date: Sat, 11 May 2019 14:38:33 +0000 (+0200) Subject: Fix make check with "funny" locales (#420) X-Git-Tag: v3.7.2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e10513d5bf95ececd64447066fd8c2e33584dda;p=thirdparty%2Fccache.git Fix make check with "funny" locales (#420) 'ch' in cs_CZ locale is technically just one character, so directory name 'ccache' fails the test --- diff --git a/test/run b/test/run index b4a96b471..f81040932 100755 --- a/test/run +++ b/test/run @@ -273,6 +273,8 @@ EOF # ============================================================================= # main program +export LC_ALL=C + if pwd | grep '[^A-Za-z0-9/.,=_%+-]' >/dev/null 2>&1; then cat <