diff options
author | EuAndreh <eu@euandre.org> | 2021-06-07 23:03:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-07 23:03:49 -0300 |
commit | 04d1a20179e1fbb090c4e0e8c85d2dc36d7be6fc (patch) | |
tree | 6f9c6432937c1596427521f05943ee251b292181 /tests/ranking.sh | |
parent | src/remembering.c: Use tabs over spaces (diff) | |
download | remembering-04d1a20179e1fbb090c4e0e8c85d2dc36d7be6fc.tar.gz remembering-04d1a20179e1fbb090c4e0e8c85d2dc36d7be6fc.tar.xz |
tests/ranking.sh: Use LANG=C.UTF-8 for consistent sorting
Diffstat (limited to 'tests/ranking.sh')
-rwxr-xr-x | tests/ranking.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ranking.sh b/tests/ranking.sh index 4f7e376..a876f07 100755 --- a/tests/ranking.sh +++ b/tests/ranking.sh @@ -306,10 +306,10 @@ test_utf8_commands() { á è ŭ 😀' - EXPECTED='0:❤️ -0:á + EXPECTED='0:á 0:è -1:ŭ 😀' +1:ŭ 😀 +0:❤️' pick_x 'ŭ 😀' "$INPUT" assert_profile "$PROFILE" "$EXPECTED" test_ok |