1
1
mirror of https://github.com/tstack/lnav.git synced 2024-08-17 00:40:30 +03:00

[build] set locale to fix glob() sorting

This commit is contained in:
Timothy Stack 2022-04-12 22:20:45 -07:00
parent c43367491c
commit 6251aa066c

View File

@ -70,7 +70,7 @@ check_error_output "invalid format not detected?" <<EOF
--> {test_dir}/bad-config-json/formats/invalid-key/format.json:22
EOF
run_test ${lnav_test} -C \
run_test env LC_ALL=C ${lnav_test} -C \
-I ${test_dir}/bad-config
check_error_output "invalid format not detected?" <<EOF