Skip to content

Commit b7e8210

Browse files
committed
updated test_validate_csv.sh
1 parent a8a0bac commit b7e8210

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_validate_csv.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ check_broken(){
8787
local expected_exitcode="${2:-2}"
8888
local options="${*:3}"
8989
set +e
90+
# shellcheck disable=SC2086
9091
./validate_csv.py -t 1 $options "$filename"
9192
exitcode=$?
9293
set -e

0 commit comments

Comments
 (0)