Skip to content

Commit

Permalink
Merge pull request #2030 from gaelicWizard/bats
Browse files Browse the repository at this point in the history
Update BATS
  • Loading branch information
NoahGorny committed Jan 24, 2022
2 parents 7e54aea + 9291b46 commit edc3679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/plugins/base.plugin.bats
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ load ../../plugins/available/base.plugin
mkcd "${dir_name}"
assert_success
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()' {
Expand Down
2 changes: 1 addition & 1 deletion test_lib/bats-core
Submodule bats-core updated 184 files

0 comments on commit edc3679

Please sign in to comment.