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.
This commit is contained in:
parent
2af98133ba
commit
b9d9e63743
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user