Some distros only refer to python3, update it. Signed-off-by: Pablo Neira Ayuso --- tests/shell/helpers/json-pretty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/shell/helpers/json-pretty.sh b/tests/shell/helpers/json-pretty.sh index 5407a8420058..31739b02bc6d 100755 --- a/tests/shell/helpers/json-pretty.sh +++ b/tests/shell/helpers/json-pretty.sh @@ -10,7 +10,7 @@ exec_pretty() { fi # Fallback to python. - exec python -c ' + exec python3 -c ' import json import sys -- 2.47.3