diff --git a/CHANGELOG.md b/CHANGELOG.md index b811f34d..453bf39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/tests/acceptance/bashunit_upgrade_test.sh b/tests/acceptance/bashunit_upgrade_test.sh index f906b620..e1a2de9e 100644 --- a/tests/acceptance/bashunit_upgrade_test.sh +++ b/tests/acceptance/bashunit_upgrade_test.sh @@ -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