aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-11-18 14:37:04 +0000
committerGitHub2016-11-18 14:37:04 +0000
commitc3022ad2d50204d2b5058c712481362e4decc6d6 (patch)
tree58f365403e1d71f7c115085ecd83c161853087a7 /Library
parent5e073f1f404f2d2aaf16c30f224bdec91741fba8 (diff)
parente8d50401412b85e8d74ad206c73859940284a2fb (diff)
downloadbrew-c3022ad2d50204d2b5058c712481362e4decc6d6.tar.bz2
Merge pull request #1536 from MikeMcQuaid/testbottest-tarballs
testbottest: don't use TEST_FIXTURE_DIR.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/support/fixtures/testbottest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/support/fixtures/testbottest.rb b/Library/Homebrew/test/support/fixtures/testbottest.rb
index 28b88567e..f7695cab5 100644
--- a/Library/Homebrew/test/support/fixtures/testbottest.rb
+++ b/Library/Homebrew/test/support/fixtures/testbottest.rb
@@ -1,7 +1,7 @@
class Testbottest < Formula
desc "Minimal C program and Makefile used for testing Homebrew."
homepage "https://github.com/Homebrew/brew"
- url "file://#{TEST_FIXTURE_DIR}/tarballs/testbottest-0.1.tbz"
+ url "file://#{File.expand_path("..", __FILE__)}/tarballs/testbottest-0.1.tbz"
sha256 "78b54d8f31585c9773bed12b4aa4ab2ce458ebd044b9406cb24d40aa5107f082"
def install