diff options
| -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 |
