aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cmd/unpack_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/cmd/unpack_spec.rb')
-rw-r--r--Library/Homebrew/test/cmd/unpack_spec.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Homebrew/test/cmd/unpack_spec.rb b/Library/Homebrew/test/cmd/unpack_spec.rb
index 9b2b801bc..8bfe15c9f 100644
--- a/Library/Homebrew/test/cmd/unpack_spec.rb
+++ b/Library/Homebrew/test/cmd/unpack_spec.rb
@@ -3,10 +3,8 @@ describe "brew unpack", :integration_test do
setup_test_formula "testball"
mktmpdir do |path|
- shutup do
- expect { brew "unpack", "testball", "--destdir=#{path}" }
- .to be_a_success
- end
+ expect { brew "unpack", "testball", "--destdir=#{path}" }
+ .to be_a_success
expect(path/"testball-0.1").to be_a_directory
end