test_lib: update BATS to latest tag(s)
And fix any failing tests.
This commit is contained in:
2
test/plugins/base.plugin.bats
Normal file → Executable file
2
test/plugins/base.plugin.bats
Normal file → Executable file
@@ -40,7 +40,7 @@ load ../../plugins/available/base.plugin
|
|||||||
mkcd "${dir_name}"
|
mkcd "${dir_name}"
|
||||||
assert_success
|
assert_success
|
||||||
assert_dir_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}"
|
||||||
}
|
}
|
||||||
|
|
||||||
@test 'plugins base: lsgrep()' {
|
@test 'plugins base: lsgrep()' {
|
||||||
|
|||||||
Submodule test_lib/bats-core updated: 73b8d2f955...99d64eb017
Reference in New Issue
Block a user