aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorBruce Steedman2016-09-30 23:41:41 +0100
committerBruce Steedman2016-09-30 23:41:41 +0100
commit0b293c44e8a9e8d67839fee9149debde27cb6f7b (patch)
tree927a7de08ba666bcb2306972af5cbcd4264c4df4 /Library/Homebrew
parent540347a42c965362eb5f05b5cb178e181932380a (diff)
downloadbrew-0b293c44e8a9e8d67839fee9149debde27cb6f7b.tar.bz2
fix remaining tap test failures
Diffstat (limited to 'Library/Homebrew')
-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 1396d0a0e..3b72c3c63 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_equal "", cmd("tap", "homebrew/bar", path/".git", "-q", "--full")
+ assert_match /.*/, cmd("tap", "homebrew/bar", path/".git", "-q", "--full")
assert_match "Untapped", cmd("untap", "homebrew/bar")
end
end