Merge pull request #5937 from MikeMcQuaid/dev-cmd-test-cleanup

Cleanup from dev-cmd test changes
This commit is contained in:
Mike McQuaid 2019-03-27 11:04:16 +00:00 committed by GitHub
commit ee64b7caa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,6 @@ class Keg
return if !file.elf? || !file.dynamic_elf?
patchelf = DevelopmentTools.locate "patchelf"
cmd_rpath = [patchelf, "--print-rpath", file]
old_rpath = Utils.popen_read(*cmd_rpath, err: :out).strip

View File

@ -191,6 +191,7 @@ RSpec.configure do |config|
CoreTap.instance.alias_dir,
CoreTap.instance.path/"formula_renames.json",
*Pathname.glob("#{HOMEBREW_CELLAR}/*/"),
*Pathname.glob("testball*.bottle.tar.gz"),
]
files_after_test = find_files