sstephenson / bats

Bash Automated Testing System
MIT License
7.13k stars 517 forks source link

Revert "saving $IFS in run() not altered for code using it" #92

Closed mislav closed 7 years ago

mislav commented 9 years ago

Reverts #90 because it changes how the test suite behaves, which might break test suites for people who relied on old (broken) behavior. We would probably have to add some docs about the breakage first.

@sstephenson feel free to merge this while I'm out and outline your thoughts how/where the documentation could look like.