integration_test: don't error on missing bin.

This commit is contained in:
Mike McQuaid 2020-07-01 11:55:42 +01:00
parent 7d53104c46
commit 0166211ffd
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -46,7 +46,7 @@ RSpec.shared_context "integration test" do
example.run example.run
ensure ensure
FileUtils.rm_r HOMEBREW_PREFIX/"bin" FileUtils.rm_rf HOMEBREW_PREFIX/"bin"
end end
# Generate unique ID to be able to # Generate unique ID to be able to