aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-11-05 13:20:08 +0000
committerMike McQuaid2017-11-05 13:20:08 +0000
commitb9d9e637437b617df156cebde2b2b32b802ee665 (patch)
treea40ebfdc5a4c55e74f0f00029c69f901fd689661
parent2af98133ba9083a9620703be78357a227deaeef6 (diff)
downloadbrew-b9d9e637437b617df156cebde2b2b32b802ee665.tar.bz2
spec_helper: fix etc leak.
Fix the `etc/bash_completion.d/_brew_services` leak from the new bash completion in the Homebrew/homebrew-services tap.
-rw-r--r--Library/Homebrew/test/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/spec_helper.rb b/Library/Homebrew/test/spec_helper.rb
index c40a72fcc..08766ea37 100644
--- a/Library/Homebrew/test/spec_helper.rb
+++ b/Library/Homebrew/test/spec_helper.rb
@@ -117,6 +117,7 @@ RSpec.configure do |config|
HOMEBREW_PINNED_KEGS,
HOMEBREW_PREFIX/".git",
HOMEBREW_PREFIX/"bin",
+ HOMEBREW_PREFIX/"etc",
HOMEBREW_PREFIX/"share",
HOMEBREW_PREFIX/"opt",
HOMEBREW_PREFIX/"Caskroom",