diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ fallible-tests: $(sources) check: all ./run-tests sh tests/cli-opts.sh - sh tests/ranking.sh + LANG=C.UTF-8 sh tests/ranking.sh sh tests/signals.sh dev-check: check fallible-tests |