From a07ab8bb92da082078203301a22eef68eaf3d0ac Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 15 Jul 2016 19:33:30 +0100 Subject: brew.{rb,sh}: move to Library/Homebrew. (#506) --- Library/Homebrew/test/.simplecov | 2 +- Library/Homebrew/test/test_integration_cmds.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Homebrew/test') 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" -- cgit v1.2.3