test_integration_cmds: fix syntax warning
Library/Homebrew/test/test_integration_cmds.rb:68: warning: ambiguous first argument; put parentheses or even spaces
This commit is contained in:
parent
b38498d9dc
commit
db2552828b
@ -65,7 +65,7 @@ class IntegrationCommandTests < Homebrew::TestCase
|
||||
end
|
||||
|
||||
def test_env
|
||||
assert_match /CMAKE_PREFIX_PATH="#{HOMEBREW_PREFIX}[:"]/,
|
||||
assert_match %r{CMAKE_PREFIX_PATH="#{HOMEBREW_PREFIX}[:"]},
|
||||
cmd("--env")
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user