From 5ed02fd6c494d533ff812e08ede70cde0a6a0700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Sat, 11 May 2019 16:38:33 +0200 Subject: Fix make check with "funny" locales (#420) 'ch' in cs_CZ locale is technically just one character, so directory name 'ccache' fails the test --- test/run | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/run b/test/run index b4a96b47..f8104093 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 <