scripts-common is a free common utilities/tool-box for GNU/Bash scripts, you can use for your own scripts.
This project aims to test it.
It was initially embedded in original repository.
It was then removed to avoid to be checkout in all client projects.
And eventually, it evolves to use shUnit2.
This version uses shUnit2, so you cannot use CLI options; thus you must define the SCRIPTS_COMMON_PATH environment variable with the utilities version you want to test.
export SCRIPTS_COMMON_PATH="<path to define>/scripts-common/utilities.sh"
./tests.sh
Don't hesitate to contribute or to contact me if you want to improve the project. You can report issues or request features and propose merge requests.
The versioning scheme we use is SemVer.
This project is under the GPLv3 License - see the LICENSE file for details