aboutsummaryrefslogtreecommitdiff
path: root/scripts/test-e2e.sh
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-04-30 14:17:36 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-04-30 14:32:57 +0200
commit7a155be5b5b2a2f6b2c500668535c5ef624880c6 (patch)
tree60c25e8233b56e5b7ed4a0c048038175244889e8 /scripts/test-e2e.sh
parent355120109b18844a29cdc25cf04380575c2589c4 (diff)
downloadtools.nes-7a155be5b5b2a2f6b2c500668535c5ef624880c6.tar.gz
tools.nes-7a155be5b5b2a2f6b2c500668535c5ef624880c6.zip
ci: override LC_ALL for a more consistent 'sort'
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'scripts/test-e2e.sh')
-rwxr-xr-xscripts/test-e2e.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test-e2e.sh b/scripts/test-e2e.sh
index af11742..a613673 100755
--- a/scripts/test-e2e.sh
+++ b/scripts/test-e2e.sh
@@ -50,7 +50,7 @@ diff tests/out/defines-two.nes tests/expected/defines-two.nes
exit_code=$((exit_code + $?))
echo "test: custom => unused.nes"
-./target/debug/nasm -c empty --asan -o tests/out/unused.nes tests/unused.s 2> >(sort > tests/out/unused-warning.txt)
+./target/debug/nasm -c empty --asan -o tests/out/unused.nes tests/unused.s 2> >(LC_ALL=C sort > tests/out/unused-warning.txt)
diff tests/out/unused-warning.txt tests/expected/unused-warning.txt
exit_code=$((exit_code + $?))
diff tests/out/unused.nes tests/expected/unused.nes