Cleanup from dev-cmd test changes

- Remove added whitespace in `extend/os/linux/keg_relocate`
- Cleanup testball bottles
This commit is contained in:
Mike McQuaid 2019-03-27 10:30:40 +00:00
parent 740599370c
commit 3bde17c9f9
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
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