Skip to content
Snippets Groups Projects
Commit 49f7c8d6 authored by Dominyk Tiller's avatar Dominyk Tiller
Browse files

test_intergration_cmds: paren-wrap regex

Fixes this `brew readall` warning:

test_integration_cmds.rb:116: warning: ambiguous first argument; put parentheses or even spaces
parent 15fe9244
No related branches found
No related tags found
No related merge requests found
......@@ -113,8 +113,8 @@ class IntegrationCommandTests < Homebrew::TestCase
end
EOS
HOMEBREW_CACHE.cd do
assert_match /testball-0\.1.*\.bottle\.tar\.gz/,
cmd_output("bottle", "--no-revision", "testball")
assert_match(/testball-0\.1.*\.bottle\.tar\.gz/,
cmd_output("bottle", "--no-revision", "testball"))
end
ensure
cmd("uninstall", "--force", "testball")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment