slackbuilds_ponce/system/jq/run_tests_in_C_locale.patch
isaackwy 07ea90f807
system/jq: Fix build test failures associated with non-English modules
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-03-23 20:25:24 +07:00

15 lines
487 B
Diff

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 \