From 1d57ffaa224dfb6ed80ac0da0e7e9eb30391008c Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 11 Aug 2023 11:33:32 -0500 Subject: [PATCH] Use jq -b in tests/shtest? --- tests/shtest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/shtest b/tests/shtest index d16f1ccc91..e2328aa892 100755 --- a/tests/shtest +++ b/tests/shtest @@ -2,6 +2,8 @@ . "${0%/*}/setup" "$@" +JQ="$JQ -b" + PATH=$JQBASEDIR:$PATH $JQBASEDIR/tests/jq-f-test.sh > /dev/null if [ -f "$JQBASEDIR/.libs/libinject_errors.so" ]; then