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
commit738cfab7cd28793ef881f3d73e64426e465184ef (patch)
treed780bc86c099e04744245c03ec8b916c179552a6 /Library
parentcb8935de8c8f73e3e2342b1bb84f38bd1ffe68c8 (diff)
downloadhomebrew-738cfab7cd28793ef881f3d73e64426e465184ef.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"