From 2a5d47df8d6bdfc3ac176a734bff39e3e4423b13 Mon Sep 17 00:00:00 2001 From: Kay Marquardt Date: Tue, 6 Oct 2020 14:07:30 +0200 Subject: [PATCH] Update d-JSON.sh-test.sh --- test/d-JSON.sh-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/d-JSON.sh-test.sh b/test/d-JSON.sh-test.sh index bf70fa9..f5534ae 100755 --- a/test/d-JSON.sh-test.sh +++ b/test/d-JSON.sh-test.sh @@ -23,7 +23,7 @@ do for jsonfile in "${REFDIR}"/*.in do set -f - [ "${i}" = "1" ] && "${JSON}" -s -b -n <"${jsonfile}" >"${jsonfile}.out-${i}" + [ "${i}" = "1" ] && "${JSON}" -b -n <"${jsonfile}" >"${jsonfile}.out-${i}" [ "${i}" = "2" ] && "${JSON}" <"${jsonfile}" >"${jsonfile}.out-${i}" # output processed input