Skip to content

Commit

Permalink
Merge pull request #253 from TypedDevs/macos-file-creation-problem
Browse files Browse the repository at this point in the history
fix: `bashunit-e` file isn't created sometimes
  • Loading branch information
Chemaclass authored May 24, 2024
2 parents 7d05411 + e56b7b0 commit 9d0d881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 9d0d881

Please sign in to comment.