sstephenson / bats

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

remove required .bash extension for load() #134

Closed camara-tech closed 8 years ago

camara-tech commented 8 years ago

Allow load() to be used for bringing in an external bash script and testing individual functions without forcing a rename.

This is a breaking change for previous uses of load.

sstephenson commented 8 years ago

Thanks very much for the patch, but I think you should just use source instead.