From 0166211ffdbea6c333d73f4fc71bb1df29373976 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 1 Jul 2020 11:55:42 +0100 Subject: [PATCH] integration_test: don't error on missing bin. --- .../test/support/helper/spec/shared_context/integration_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb b/Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb index cbc933817d..7ecb936ec8 100644 --- a/Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb +++ b/Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb @@ -46,7 +46,7 @@ RSpec.shared_context "integration test" do example.run ensure - FileUtils.rm_r HOMEBREW_PREFIX/"bin" + FileUtils.rm_rf HOMEBREW_PREFIX/"bin" end # Generate unique ID to be able to