From f5642cb105dbe69443de080a30d7134407f97e33 Mon Sep 17 00:00:00 2001 From: Tim D. Smith Date: Sat, 15 Aug 2015 11:21:20 -0700 Subject: let tests pass on Xcode-only systems Closes Homebrew/homebrew#42976. --- Library/Homebrew/test/test_integration_cmds.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew') 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 -- cgit v1.2.3