Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Unreleased](https://github.com/TypedDevs/bashunit/compare/0.11.0...main)

- Fix test with `rm` command in macOS
- Add multi-invokers; consolidate parameterized-testing documentation
- Add `fail()` function
- Remove all test mocks after each test case
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/bashunit_upgrade_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function test_upgrade_when_a_new_version_found() {
./bin/bashunit

if [[ $_OS == "OSX" ]]; then
rm ./bin/bashunit-e
rm -f ./bin/bashunit-e
fi

local output
Expand Down