docopt / docopts

Shell interpreter for docopt, the command-line interface description language.
Other
494 stars 53 forks source link

Test 24 docopt_get_values fails. #75

Open Zopolis4 opened 2 weeks ago

Zopolis4 commented 2 weeks ago

Applying #65 on top of latest master 62aed3d4cb02f36864ace03ecb89f8a200e311ca, as I am unable to build otherwise:

not ok 24 docopt_get_values
# (in test file ./docopts.bats, line 120)
#   `[[ ${#array[@]} -eq 3 ]]' failed
# array count: 1

Possibly related to #70? I'm not entirely sure.