aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cmd/bundle_spec.rb
diff options
context:
space:
mode:
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|