Commit 055791a
committed
test/libs: Upgrade bundled copy of Bats framework to latest releases
- https://github.com/bats-core/bats-assert/releases/tag/v2.2.4
- https://github.com/bats-core/bats-core/releases/tag/v1.13.0
- https://github.com/bats-core/bats-file/releases/tag/v0.4.01 parent cefd13d commit 055791a
4 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
Submodule bats-assert updated 45 files
- .github/workflows/release.yml+37
- .github/workflows/sync-default-branch.yml+25
- .github/workflows/test.yml+9
- .gitignore+3
- .travis.yml-8
- CHANGELOG.md-39
- README.md+504-178
- docs/CONTRIBUTING.md+22
- load.bash+32
- package-lock.json+36
- package.json+14-12
- script/install-bats.sh-6
- src/assert.bash+29-742
- src/assert_equal.bash+42
- src/assert_failure.bash+86
- src/assert_line.bash+298
- src/assert_not_equal.bash+42
- src/assert_output.bash+247
- src/assert_regex.bash+54
- src/assert_success.bash+47
- src/refute.bash+42
- src/refute_line.bash+341
- src/refute_output.bash+243
- src/refute_regex.bash+64
- test/50-assert-12-assert_equal.bats-50
- test/50-assert-13-assert_success.bats-36
- test/50-assert-14-assert_failure.bats-69
- test/50-assert-15-assert_output.bats-267
- test/assert.bats+8-7
- test/assert_equal.bats+62
- test/assert_failure.bats+94
- test/assert_line.bats+183-139
- test/assert_not_equal.bats+57
- test/assert_output.bats+306
- test/assert_regex.bats+97
- test/assert_stderr.bats+308
- test/assert_stderr_line.bats+374
- test/assert_success.bats+58
- test/refute.bats+7-7
- test/refute_line.bats+170-147
- test/refute_output.bats+107-90
- test/refute_regex.bats+108
- test/refute_stderr.bats+252
- test/refute_stderr_line.bats+366
- test/test_helper.bash+27-7
- .github/workflows/tests.yml+38
- .gitignore+3
- .travis.yml-11
- CHANGELOG.md+24-1
- README.md+121-64
- Vagrantfile+36
- package.json+1-1
- script/install-bats.sh+2-2
- src/file.bash+261-279
- src/temp.bash+13-11
- test/50-assert-10-assert_exists.bats+13-13
- test/50-assert-11-assert_not_exists.bats+11-11
- test/51-assert-10-assert_file_exists.bats+11-11
- test/51-assert-11-assert_file_not_exists.bats+11-11
- test/52-assert-10-assert_file_executable.bats+1-1
- test/52-assert-11-assert_file_not_executable.bats
- test/53-assert-10-assert_link_exists.bats+11-11
- test/53-assert-11-assert_link_not_exists.bats+10-10
- test/54-assert-10-assert_character_exists.bats+12-12
- test/54-assert-11-assert_character_not_exists.bats+11-11
- test/55-assert-10-assert_block_exists.bats+12-12
- test/55-assert-11-assert_block_not_exists.bats+11-11
- test/56-assert-10-assert_fifo_exists.bats+10-10
- test/56-assert-11-assert_fifo_not_exists.bats+10-10
- test/57-assert-10-assert_socket_exists.bats+10-10
- test/57-assert-11-assert_socket_not_exists.bats+10-10
- test/58-assert-10-assert_equal_files.bats+2-1
- test/58-assert-11-assert_not_equal_files.bats+2-1
- test/59-assert-10-assert_file_owner.bats+9-4
- test/59-assert-11-assert_not_file_owner.bats+13-7
- test/60-assert-10-assert_file_permission.bats+1-2
- test/60-assert-11-assert_file_no_permissions.bats+2-3
- test/61-assert-10-size_zero.bats+11-9
- test/61-assert-11-size_not_zero.bats+11-10
- test/65-assert-10-assert_symlink_to.bats+20-10
- test/67-assert-10-assert_file_contains.bats+13
- test/67-assert-10-assert_file_not_contains.bats+53
- test/70-temp-10-temp_make.bats+19-7
- test/70-temp-11-temp_del.bats+30-7
- test/fixtures/temp/temp_del-main.bats+4
- test/fixtures/temp/temp_del-setup_file.bats+12
- test/fixtures/temp/temp_del-teardown_file.bats+12
- test/fixtures/temp/temp_make-main.bats+4
- test/fixtures/temp/temp_make-setup_file.bats+15
- test/fixtures/temp/temp_make-teardown_file.bats+12
- test/fixtures/temp/test_helper.bash+1-1
- test/test_helper.bash+13-1
0 commit comments