Merge pull request #1564 from nwinkler/update-bats-file
Updated bats-file to https://github.com/tralston/bats-file v0.3.0pull/1568/head
commit
3d1da4da4f
|
|
@ -11,4 +11,5 @@
|
||||||
branch = tags/v2.0.0
|
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/tralston/bats-file
|
||||||
|
branch = tags/v0.3.0
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ load ../../plugins/available/base.plugin
|
||||||
|
|
||||||
mkcd "${dir_name}"
|
mkcd "${dir_name}"
|
||||||
assert_success
|
assert_success
|
||||||
assert_file_exist "${BASH_IT_ROOT}/${dir_name}"
|
assert_dir_exist "${BASH_IT_ROOT}/${dir_name}"
|
||||||
assert_equal $(pwd) "${BASH_IT_ROOT}/${dir_name}"
|
assert_equal $(pwd) "${BASH_IT_ROOT}/${dir_name}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2fddb2b831d65cdf2e411f3b47f4677fbb15729c
|
Subproject commit c128a1de53ba4a811835af410ce427f1049e2d7f
|
||||||
Loading…
Reference in New Issue