Skip to content

Commit b2777b7

Browse files
committed
updated test_validate_csv.sh
1 parent 112337e commit b2777b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_validate_csv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ hr2
8585
check_broken(){
8686
local filename="$1"
8787
local expected_exitcode="${2:-2}"
88-
local options="${@:3}"
88+
local options="${*:3}"
8989
set +e
9090
./validate_csv.py -t 1 $options "$filename"
9191
exitcode=$?

0 commit comments

Comments
 (0)