]> git.corax.cc Git - toolbox/commit
test: Use shellspec as the default test framework
authorMatthias Kruk <m@m10k.eu>
Sun, 4 Jul 2021 23:48:59 +0000 (08:48 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 4 Jul 2021 23:48:59 +0000 (08:48 +0900)
commit487c9a185bd3c7f91f544707e73d4029db4b4a70
tree65529b4edd2cb372f12436265a89c3f4e02737da
parent24bb34575bd081902712170c50b0728c6ed5f731
test: Use shellspec as the default test framework

There are issues with bats when accessing device files such as
/dev/urandom, making it hard to implement tests that require randomness.
This commit modifies test.sh to use shellspec as the default test
framework.
test.sh