From 9023b21791127057b2606c72696971b49b383e48 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Sun, 24 Jan 2021 12:03:12 +0100 Subject: [PATCH] test: adjust inline test --- test/d-process_inline-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/d-process_inline-test.sh b/test/d-process_inline-test.sh index c71808e..9e44a52 100755 --- a/test/d-process_inline-test.sh +++ b/test/d-process_inline-test.sh @@ -10,7 +10,7 @@ # LICENSE: WTFPLv2 http://www.wtfpl.net/txt/copying/ # AUTHOR: KayM (gnadelwartz), kay@rrr.de # -#### $$VERSION$$ v1.30-0-g3266427 +#### $$VERSION$$ v1.35-dev-0-gd9b3342 #=============================================================================== # include common functions and definitions @@ -41,7 +41,7 @@ source <( printf 'UPD=( %s )' "$(sed <<<"${UPDATE}" -E -e 's/\t/=/g' -e 's/=(tru printf "Check process_inline ...\n" printf " ... with JsonDecode Bash\n" set -x -{ process_inline "0"; set +x; } >>"${LOGFILE}" 2>&1; +{ process_inline_query "0"; set +x; } >>"${LOGFILE}" 2>&1; # output processed input print_array "iQUERY" >"${OUTPUTFILE}"