diff options
Diffstat (limited to 'Library/Homebrew/test/missing_formula_spec.rb')
| -rw-r--r-- | Library/Homebrew/test/missing_formula_spec.rb | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Library/Homebrew/test/missing_formula_spec.rb b/Library/Homebrew/test/missing_formula_spec.rb index 69bb3e70d..a48f12ecd 100644 --- a/Library/Homebrew/test/missing_formula_spec.rb +++ b/Library/Homebrew/test/missing_formula_spec.rb @@ -148,13 +148,11 @@ describe Homebrew::MissingFormula do (tap_path/"deleted-formula.rb").write "placeholder" tap_path.cd do - shutup do - system "git", "init" - system "git", "add", "--all" - system "git", "commit", "-m", "initial state" - system "git", "rm", "deleted-formula.rb" - system "git", "commit", "-m", "delete formula 'deleted-formula'" - end + system "git", "init" + system "git", "add", "--all" + system "git", "commit", "-m", "initial state" + system "git", "rm", "deleted-formula.rb" + system "git", "commit", "-m", "delete formula 'deleted-formula'" end end |
