aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTim D. Smith2015-08-15 11:21:20 -0700
committerTim D. Smith2015-08-15 20:24:20 -0700
commitf5642cb105dbe69443de080a30d7134407f97e33 (patch)
tree361d222f06299e4086a37714b981ada59c28e16b /Library
parent48f260f67455a1e42f8f942acf07466990467477 (diff)
downloadbrew-f5642cb105dbe69443de080a30d7134407f97e33.tar.bz2
let tests pass on Xcode-only systems
Closes Homebrew/homebrew#42976.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_integration_cmds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb
index 5538cc3ee..7594bd87f 100644
--- a/Library/Homebrew/test/test_integration_cmds.rb
+++ b/Library/Homebrew/test/test_integration_cmds.rb
@@ -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