diff options
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | tests/ranking.sh | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 diff --git a/tests/ranking.sh b/tests/ranking.sh index a876f07..e10963e 100755 --- a/tests/ranking.sh +++ b/tests/ranking.sh @@ -5,6 +5,7 @@ set -eu . tests/lib.sh export XDG_DATA_HOME="$PWD/tests/test-profiles" +export LANG=C.UTF-8 test_picking_first_makes_it_be_always_first() { testing 'picking first makes it be always first' |