Merge pull request #5937 from MikeMcQuaid/dev-cmd-test-cleanup
Cleanup from dev-cmd test changes
This commit is contained in:
		
						commit
						ee64b7caa8
					
				@ -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
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user