Skip to content

Commit b64eba0

Browse files
committed
updated test_validate_xml.sh
1 parent 8a84337 commit b64eba0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_validate_xml.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ echo "Now trying non-xml files to detect successful failure:"
7474
check_broken(){
7575
local filename="$1"
7676
local expected_exitcode="${2:-2}"
77-
local options="${@:3}"
77+
local options="${*:3}"
7878
set +e
79+
# shellcheck disable=SC2086
7980
./validate_xml.py -t 1 $options "$filename"
8081
exitcode=$?
8182
set -e

0 commit comments

Comments
 (0)