From da9fb4e0758a5a11090a40e79ec80a61d5484a31 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 8 Jun 2021 02:19:50 -0300 Subject: tests/ranking.sh: Move $LANG configuration to inside of the test file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cdeb7ea..1b95d76 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ fallible-tests: $(sources) check: all ./run-tests sh tests/cli-opts.sh - LANG=C.UTF-8 sh tests/ranking.sh + sh tests/ranking.sh sh tests/signals.sh dev-check: check fallible-tests -- cgit v1.2.3