Merge pull request #1558 from nwinkler/update-bats-assert-support

Update Bats libs "assert" and "support"
pull/1564/head
Nils Winkler 2020-04-13 15:03:26 +02:00 committed by GitHub
commit c9dc334981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

6
.gitmodules vendored
View File

@ -3,10 +3,12 @@
url = https://github.com/bats-core/bats-core url = https://github.com/bats-core/bats-core
[submodule "test_lib/bats-support"] [submodule "test_lib/bats-support"]
path = test_lib/bats-support path = test_lib/bats-support
url = https://github.com/ztombol/bats-support url = https://github.com/bats-core/bats-support
branch = tags/v0.3.0
[submodule "test_lib/bats-assert"] [submodule "test_lib/bats-assert"]
path = test_lib/bats-assert path = test_lib/bats-assert
url = https://github.com/ztombol/bats-assert url = https://github.com/bats-core/bats-assert
branch = tags/v2.0.0
[submodule "test_lib/bats-file"] [submodule "test_lib/bats-file"]
path = test_lib/bats-file path = test_lib/bats-file
url = https://github.com/ztombol/bats-file url = https://github.com/ztombol/bats-file

@ -1 +1 @@
Subproject commit 9f88b4207da750093baabc4e3f41bf68f0dd3630 Subproject commit d750c5a1b44bf6fc96726aea76f4621db5fd602f

@ -1 +1 @@
Subproject commit 004e707638eedd62e0481e8cdc9223ad471f12ee Subproject commit 24a72e14349690bcbf7c151b9d2d1cdd32d36eb1