aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cmd/bundle_spec.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-07-29 21:42:10 +0200
committerGitHub2017-07-29 21:42:10 +0200
commit73084096842b9ea6fb0b2feaefbb688eb59c9db0 (patch)
treedfb44525f5ae6233816ec97a4c868ea522b2358c /Library/Homebrew/test/cmd/bundle_spec.rb
parente48a6736b8db7967b1f849975432ddbca6e8f9c0 (diff)
parent2ad3a87045246f89aa267251315d660f663c42f2 (diff)
downloadbrew-73084096842b9ea6fb0b2feaefbb688eb59c9db0.tar.bz2
Merge pull request #2967 from reitermarkus/shutdown
Silence all specs by default.
Diffstat (limited to 'Library/Homebrew/test/cmd/bundle_spec.rb')
-rw-r--r--Library/Homebrew/test/cmd/bundle_spec.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Homebrew/test/cmd/bundle_spec.rb b/Library/Homebrew/test/cmd/bundle_spec.rb
index 286ddba97..c2434254e 100644
--- a/Library/Homebrew/test/cmd/bundle_spec.rb
+++ b/Library/Homebrew/test/cmd/bundle_spec.rb
@@ -4,10 +4,8 @@ describe "brew bundle", :integration_test, :needs_test_cmd_taps do
setup_remote_tap "homebrew/bundle"
HOMEBREW_REPOSITORY.cd do
- shutup do
- system "git", "init"
- system "git", "commit", "--allow-empty", "-m", "This is a test commit"
- end
+ system "git", "init"
+ system "git", "commit", "--allow-empty", "-m", "This is a test commit"
end
mktmpdir do |path|