X Tutup
Skip to content

Commit 112337e

Browse files
committed
updated test_validate_avro.sh
1 parent 6822bed commit 112337e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_validate_avro.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ echo
9090
check_broken(){
9191
local filename="$1"
9292
local expected_exitcode="${2:-2}"
93-
local options="${@:3}"
93+
local options="${*:3}"
9494
set +e
9595
./validate_avro.py -t 1 $options "$filename"
9696
exitcode=$?

0 commit comments

Comments
 (0)
X Tutup