Description
(transferring bugs list from sstephenson/bats#196)
-
Empty output lines are missing from
${lines[@]}
.
IFS broken after first run sstephenson/bats#89
saving $IFS in run() not altered for code using it - fix #89 sstephenson/bats#90
Revert "saving $IFS in run() not altered for code using it" sstephenson/bats#92saving $IFS in run() not altered for code using it - fix #89 sstephenson/bats#90 has already been merged to master
-
Use POSIX compliant options with head for better compatibility (e.g. Busybox support).
Avoid undocumented usage of the head utility. sstephenson/bats#163closed by Transfer bats#163 - Avoid undocumented usage of the head utility. #17
-
Incorrect TAP format for skipped tests.
format of TAP output for skipped tests is incorrect sstephenson/bats#141
This commit corrects the problem of incorrect TAP format for skipped tests. sstephenson/bats#142will be closed by Transfer bats#142 - This commit corrects the problem of incorrect TAP format for skipped tests #19
-
set -o nounset
breaksbats-exec-test
.
Support for "unofficial strict mode"? sstephenson/bats#171 -
bats-preprocess
breaks when translating a@test
line that uses tabs for white space, instead of plain spaces.
@test: command not found if tab is used after test name sstephenson/bats#98
Fixed issue #98 sstephenson/bats#122 -
Bats failing on OS X 10.11.2.
let: count+=: Syntax Error on OS X 10.11.2 sstephenson/bats#140