aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2009-08-11 11:43:44 -0700
committerMax Howell2009-08-21 14:40:26 +0100
commit9bc60b80b6e277050e750132bc775bdc3fb28017 (patch)
tree1064dae5bfa438ceb7ced6e4ae98449ec87dd066 /Library
parent1c5564264514535a951ee0129022e3ff8925e778 (diff)
downloadbrew-9bc60b80b6e277050e750132bc775bdc3fb28017.tar.bz2
Fix comment about ENV overrides
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/unittest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/unittest.rb b/Library/Homebrew/unittest.rb
index adbfd4afb..2ffb874ba 100755
--- a/Library/Homebrew/unittest.rb
+++ b/Library/Homebrew/unittest.rb
@@ -5,7 +5,7 @@ require 'formula'
require 'keg'
require 'utils'
-# these are defined in env.rb usually, but we don't want to break our actual
+# these are defined in bin/brew, but we don't want to break our actual
# homebrew tree, and we do want to test everything :)
HOMEBREW_PREFIX=Pathname.new '/tmp/testbrew/prefix'
HOMEBREW_CACHE=HOMEBREW_PREFIX.parent+"cache"