1
0
mirror of https://github.com/sstephenson/bats.git synced 2025-12-08 09:23:32 +01:00
bats/libexec
Antonio Ojea 2e44b920c9 Add functionality to check the bash version
Bats has know issues with old versions of bash < 4.1 as explained
in issues #49 and #140.
These issues create confusion because bats runs the tests without
errors, but the results of the tests are wrong.
This patchs adds the capability to check for the bash version and
exit if it's not supported.
2017-09-22 09:51:53 +02:00
..
bats Add functionality to check the bash version 2017-09-22 09:51:53 +02:00
bats-exec-suite Prefer let x+=1 for incrementing counters 2013-10-28 21:01:51 -05:00
bats-exec-test saving $IFS in run() not altered for code using it 2015-01-29 20:51:49 +01:00
bats-format-tap-stream Add skipped count tests in the summary 2014-08-13 14:32:35 +01:00
bats-preprocess Support single-line test definitions 2013-11-17 13:04:57 -06:00