diff options
| author | Tim D. Smith | 2015-08-15 11:21:20 -0700 |
|---|---|---|
| committer | Tim D. Smith | 2015-08-15 20:24:20 -0700 |
| commit | f5642cb105dbe69443de080a30d7134407f97e33 (patch) | |
| tree | 361d222f06299e4086a37714b981ada59c28e16b /Library | |
| parent | 48f260f67455a1e42f8f942acf07466990467477 (diff) | |
| download | brew-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.rb | 2 |
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 |
