summaryrefslogtreecommitdiffstats
path: root/system/jq/run_tests_in_C_locale.patch
blob: 5d1d36b0b1fa2092c85b36b5346a95e87a735cb8 (plain)
The following patch is taken from this pull request:
https://github.com/jqlang/jq/pull/3039
--- a/tests/setup
+++ b/tests/setup
@@ -12,6 +12,10 @@
 JQBASEDIR=$JQTESTDIR/..
 JQ=${JQ:-$JQBASEDIR/jq}
 
+# Some tests have locale-dependent output; use C locale.  Fixes #3038
+LC_ALL=C
+export LC_ALL
+
 if [ -z "${NO_VALGRIND-}" ] && which valgrind > /dev/null; then
     VALGRIND="valgrind --error-exitcode=1 --leak-check=full \
                        --suppressions=$JQTESTDIR/onig.supp \