aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_patching.rb
diff options
context:
space:
mode:
authorAlex Dunn2016-01-17 17:01:19 -0800
committerAlex Dunn2016-01-20 11:42:36 -0800
commit0cde5dd06048f00d17abf3c009c86eced3f68c09 (patch)
tree803193f9762c36eeb86a53ce0745ea418c5e299c /Library/Homebrew/test/test_patching.rb
parent37e61aed6266e57c55708774743f5ae802bd0aeb (diff)
downloadbrew-0cde5dd06048f00d17abf3c009c86eced3f68c09.tar.bz2
test: add metafiles to testball
Diffstat (limited to 'Library/Homebrew/test/test_patching.rb')
-rw-r--r--Library/Homebrew/test/test_patching.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_patching.rb b/Library/Homebrew/test/test_patching.rb
index 0b6e3d941..3c307a43f 100644
--- a/Library/Homebrew/test/test_patching.rb
+++ b/Library/Homebrew/test/test_patching.rb
@@ -10,7 +10,7 @@ class PatchingTests < Homebrew::TestCase
def formula(*args, &block)
super do
url "file://#{TEST_DIRECTORY}/tarballs/testball-0.1.tbz"
- sha1 "482e737739d946b7c8cbaf127d9ee9c148b999f5"
+ sha1 TESTBALL_SHA1
class_eval(&block)
end
end