integration_test: don't error on missing bin.
This commit is contained in:
parent
7d53104c46
commit
0166211ffd
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user