Skip to content

Commit d2bcdba

Browse files
committed
updated test_validate_json.sh
1 parent 96f3e86 commit d2bcdba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_validate_json.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ echo
8686
check_broken(){
8787
local filename="$1"
8888
local expected_exitcode="${2:-2}"
89-
local options="${@:3}"
89+
local options="${*:3}"
9090
set +e
91+
# shellcheck disable=SC2086
9192
./validate_json.py $options "$filename"
9293
exitcode=$?
9394
set -e

0 commit comments

Comments
 (0)