diff options
| author | Mike McQuaid | 2016-07-15 19:33:30 +0100 |
|---|---|---|
| committer | GitHub | 2016-07-15 19:33:30 +0100 |
| commit | a07ab8bb92da082078203301a22eef68eaf3d0ac (patch) | |
| tree | 49776d1f60832106a5c5d2bdddb4f263ad6ea05d /Library/Homebrew/test | |
| parent | a02be9eea204264ce48827ac365c8b53b986d66a (diff) | |
| download | brew-a07ab8bb92da082078203301a22eef68eaf3d0ac.tar.bz2 | |
brew.{rb,sh}: move to Library/Homebrew. (#506)
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/.simplecov | 2 | ||||
| -rw-r--r-- | Library/Homebrew/test/test_integration_cmds.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/test/.simplecov b/Library/Homebrew/test/.simplecov index 3dec7d3b7..b3f87cfdb 100644 --- a/Library/Homebrew/test/.simplecov +++ b/Library/Homebrew/test/.simplecov @@ -34,7 +34,7 @@ SimpleCov.start do add_group "OS", "/Homebrew/os/" add_group "Requirements", "/Homebrew/requirements/" add_group "Scripts", %w[ - /brew.rb + /Homebrew/brew.rb /Homebrew/build.rb /Homebrew/postinstall.rb /Homebrew/test.rb diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb index 642fadf5f..c020deaf4 100644 --- a/Library/Homebrew/test/test_integration_cmds.rb +++ b/Library/Homebrew/test/test_integration_cmds.rb @@ -64,7 +64,7 @@ class IntegrationCommandTests < Homebrew::TestCase cmd_args << "-rsimplecov" end cmd_args << "-rintegration_mocks" - cmd_args << (HOMEBREW_LIBRARY_PATH/"../brew.rb").resolved_path.to_s + cmd_args << (HOMEBREW_LIBRARY_PATH/"brew.rb").resolved_path.to_s cmd_args += args Bundler.with_original_env do ENV["HOMEBREW_BREW_FILE"] = HOMEBREW_PREFIX/"bin/brew" |
