diff options
| author | Mike McQuaid | 2017-11-27 09:32:05 +0000 |
|---|---|---|
| committer | GitHub | 2017-11-27 09:32:05 +0000 |
| commit | 323aaa03834484f0b6456d5598c6b579adae6549 (patch) | |
| tree | d5a7986e3ee15325c661fe48a00657e3512b3d3d /Library/Homebrew/test/cmd | |
| parent | 7f1d5903ff34a06e241a5cbae20d44b67656d773 (diff) | |
| parent | 3cd869651beb0114580016aba46d2eda4a094523 (diff) | |
| download | brew-323aaa03834484f0b6456d5598c6b579adae6549.tar.bz2 | |
Merge pull request #3469 from sjackman/cleaner
Cleaner: ELF files are executable on Linux
Diffstat (limited to 'Library/Homebrew/test/cmd')
| -rw-r--r-- | Library/Homebrew/test/cmd/install_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/cmd/install_spec.rb b/Library/Homebrew/test/cmd/install_spec.rb index 8a9f7a0d2..f0e8a4112 100644 --- a/Library/Homebrew/test/cmd/install_spec.rb +++ b/Library/Homebrew/test/cmd/install_spec.rb @@ -71,7 +71,7 @@ describe "brew install", :integration_test do devel do url "#{Formulary.factory("testball1").stable.url}" - sha256 "#{TESTBALL_SHA256}" + sha256 "#{Formulary.factory("testball1").stable.checksum.hexdigest}" version "3.0" end EOS |
