aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBruce Steedman2016-09-30 23:53:42 +0100
committerBruce Steedman2016-09-30 23:53:42 +0100
commitd843f70a3501e05d81777ef9d0e8612fcaa1a659 (patch)
tree20b07cf1b0f80310b99de34b2a4ab4cb0ab03631 /Library
parent0b293c44e8a9e8d67839fee9149debde27cb6f7b (diff)
downloadbrew-d843f70a3501e05d81777ef9d0e8612fcaa1a659.tar.bz2
remove assertion, leave command
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_tap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_tap.rb b/Library/Homebrew/test/test_tap.rb
index 3b72c3c63..368156e6b 100644
--- a/Library/Homebrew/test/test_tap.rb
+++ b/Library/Homebrew/test/test_tap.rb
@@ -25,7 +25,7 @@ class IntegrationCommandTestTap < IntegrationCommandTestCase
assert_match "Unpinned homebrew/foo", cmd("tap-unpin", "homebrew/foo")
assert_match "Tapped", cmd("tap", "homebrew/bar", path/".git")
assert_match "Untapped", cmd("untap", "homebrew/bar")
- assert_match /.*/, cmd("tap", "homebrew/bar", path/".git", "-q", "--full")
+ cmd("tap", "homebrew/bar", path/".git", "-q", "--full")
assert_match "Untapped", cmd("untap", "homebrew/bar")
end
end