sstephenson / bats

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

Allow `load`ing files that don't end in .bash #201

Open b- opened 7 years ago

b- commented 7 years ago

Sometimes you're using scripts with extensions other than .bash. If you explicitly say load file.extension without this patch, it will try to load file.extension.bash and error if it does not exist.