sstephenson / bats

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

Do not change the value of IFS; instead, use readarray #268

Closed IsaacG closed 11 months ago

IsaacG commented 5 years ago

Reassigning IFS breaks things like when the test suite then attempts to check if `[[ $output = "${list[*]}". See https://github.com/exercism/bash/issues/382