4 files changed
+6
-6
lines changed+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + |
Submodule bats-assert updated 37 files
- .github/workflows/tests.yml+26
- .gitignore+3
- .travis.yml-8
- CHANGELOG.md-39
- README.md+248-178
- load.bash+32
- package.json+16-12
- script/install-bats.sh-6
- src/assert.bash+29-742
- src/assert_equal.bash+42
- src/assert_failure.bash+78
- src/assert_line.bash+248
- src/assert_not_equal.bash+42
- src/assert_output.bash+197
- src/assert_regex.bash+56
- src/assert_success.bash+44
- src/refute.bash+42
- src/refute_line.bash+271
- src/refute_output.bash+199
- src/refute_regex.bash+66
- 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+75
- test/assert_line.bats+156-139
- test/assert_not_equal.bats+57
- test/assert_output.bats+285
- test/assert_regex.bats+82
- test/assert_success.bats+40
- test/refute.bats+7-7
- test/refute_line.bats+149-147
- test/refute_output.bats+98-90
- test/refute_regex.bats+98
- test/test_helper.bash+24-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+44-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