aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2013-10-05 20:39:51 +0100
committerMike McQuaid2013-10-10 16:46:47 +0100
commitc1e06c65da38e51487c028b720efac0edb1f4276 (patch)
tree08abc8b8cd71f4a1b8273824136885a18f977e60 /Library/Homebrew/test
parent2dc871b3b764613c632c94c6a3f49aba3836bdab (diff)
downloadhomebrew-c1e06c65da38e51487c028b720efac0edb1f4276.tar.bz2
git_etc: update based on bottle etc/var changes.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/testing_env.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb
index e9532bb96..9bc5d871f 100644
--- a/Library/Homebrew/test/testing_env.rb
+++ b/Library/Homebrew/test/testing_env.rb
@@ -25,7 +25,6 @@ HOMEBREW_USER_AGENT = 'Homebrew'
HOMEBREW_WWW = 'http://example.com'
HOMEBREW_CURL_ARGS = '-fsLA'
HOMEBREW_VERSION = '0.9-test'
-HOMEBREW_GIT_ETC = false
RUBY_BIN = Pathname.new(RbConfig::CONFIG['bindir'])
RUBY_PATH = RUBY_BIN + RbConfig::CONFIG['ruby_install_name'] + RbConfig::CONFIG['EXEEXT']