1
0
mirror of https://github.com/sstephenson/bats.git synced 2025-03-03 15:29:52 +01:00
bats/test/fixtures/bats
Sylvain 1735a4fcd2 saving $IFS in run() not altered for code using it
IFS was modified by run() becoming '\n' and so relying to its bash default
was failing tests.

Also some wrong tests corrected because was relying on this behavior to pass.

Fix #89
2015-01-29 20:51:49 +01:00
..
dos_line.bats
empty.bats
environment.bats
failing_and_passing.bats
failing_helper.bats
failing_setup.bats
failing_teardown.bats Print the failing status code, if it's significant 2014-08-12 16:45:51 -05:00
failing.bats Print the failing status code, if it's significant 2014-08-12 16:45:51 -05:00
intact.bats
invalid_tap.bats
load.bats
loop_keep_IFS.bats saving $IFS in run() not altered for code using it 2015-01-29 20:51:49 +01:00
output.bats
passing_and_failing.bats Add skipped count tests in the summary 2014-08-13 14:32:35 +01:00
passing_and_skipping.bats Add skipped count tests in the summary 2014-08-13 14:32:35 +01:00
passing_failing_and_skipping.bats Add skipped count tests in the summary 2014-08-13 14:32:35 +01:00
passing.bats
setup.bats
single_line.bats
skipped.bats
teardown.bats
test_helper.bash
without_trailing_newline.bats