sstephenson / bats

Bash Automated Testing System
MIT License
7.12k stars 518 forks source link

Lines splitting now does not glob; closes sstephenson/bats#207 #208

Open mapio opened 7 years ago

mapio commented 7 years ago

To avoid problems from globbing, now lines splitting is done via readarray bash builtin.