diff options
| author | Bob W. Hogg | 2017-03-14 22:38:43 -0700 |
|---|---|---|
| committer | Shaun Jackman | 2017-11-26 08:37:57 -0800 |
| commit | 3cd869651beb0114580016aba46d2eda4a094523 (patch) | |
| tree | d5a7986e3ee15325c661fe48a00657e3512b3d3d /Library/Homebrew/test/cmd | |
| parent | 73942088733a5539599eb7132b6fc458bd50d873 (diff) | |
| download | brew-3cd869651beb0114580016aba46d2eda4a094523.tar.bz2 | |
Add test fixtures for ELF executables
Add test/support/fixtures/elf/
and test/support/fixtures/tarballs/testball-0.1-linux.tbz
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 |
