Skip to content
Snippets Groups Projects
Commit f5642cb1 authored by Tim D. Smith's avatar Tim D. Smith
Browse files

let tests pass on Xcode-only systems

Closes Homebrew/homebrew#42976.
parent 48f260f6
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class IntegrationCommandTests < Homebrew::TestCase
end
def test_env
assert_match "CMAKE_PREFIX_PATH=\"#{HOMEBREW_PREFIX}\"",
assert_match /CMAKE_PREFIX_PATH="#{HOMEBREW_PREFIX}[:"]/,
cmd("--env")
end
......
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