From 3cd869651beb0114580016aba46d2eda4a094523 Mon Sep 17 00:00:00 2001 From: Bob W. Hogg Date: Tue, 14 Mar 2017 22:38:43 -0700 Subject: Add test fixtures for ELF executables Add test/support/fixtures/elf/ and test/support/fixtures/tarballs/testball-0.1-linux.tbz --- Library/Homebrew/test/cmd/install_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test/cmd') 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 -- cgit v1.2.3