aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/lib/config.rb
diff options
context:
space:
mode:
authorMarkus Reiter2016-10-22 00:48:30 +0200
committerMarkus Reiter2016-10-24 15:52:41 +0200
commit31ec04704a1bc11d181b7d55a02d16b83ea2a11d (patch)
treef191b1eca7d2cfbbe43410e1a5243ece902bb154 /Library/Homebrew/test/lib/config.rb
parentb481ed73a079ea6abecf18529d61eea87e85d058 (diff)
downloadbrew-31ec04704a1bc11d181b7d55a02d16b83ea2a11d.tar.bz2
Move cask fixtures to `test/fixtures/cask`.
Diffstat (limited to 'Library/Homebrew/test/lib/config.rb')
-rw-r--r--Library/Homebrew/test/lib/config.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/test/lib/config.rb b/Library/Homebrew/test/lib/config.rb
index 98144d71e..4fe62d409 100644
--- a/Library/Homebrew/test/lib/config.rb
+++ b/Library/Homebrew/test/lib/config.rb
@@ -31,6 +31,8 @@ HOMEBREW_CELLAR = HOMEBREW_PREFIX.parent+"cellar"
HOMEBREW_LOGS = HOMEBREW_PREFIX.parent+"logs"
HOMEBREW_TEMP = HOMEBREW_PREFIX.parent+"temp"
+TEST_FIXTURE_DIR = HOMEBREW_LIBRARY_PATH.join("test", "fixtures")
+
TESTBALL_SHA1 = "be478fd8a80fe7f29196d6400326ac91dad68c37".freeze
TESTBALL_SHA256 = "91e3f7930c98d7ccfb288e115ed52d06b0e5bc16fec7dce8bdda86530027067b".freeze
TESTBALL_PATCHES_SHA256 = "799c2d551ac5c3a5759bea7796631a7906a6a24435b52261a317133a0bfb34d9".freeze