aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorJack Nagel2013-08-19 17:21:13 -0500
committerJack Nagel2013-08-19 17:21:13 -0500
commit79e06fc9ea80685c9ca619d6f6b6b919da6c4e9d (patch)
tree3017a198d67441a9720467677a96828620ba32e3 /Library/Homebrew/test
parent068ad2b738be86705779c12124431e9a22b868b8 (diff)
downloadhomebrew-79e06fc9ea80685c9ca619d6f6b6b919da6c4e9d.tar.bz2
Use ENV.append_path
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_requirement.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_requirement.rb b/Library/Homebrew/test/test_requirement.rb
index cba27d788..8a2f5f472 100644
--- a/Library/Homebrew/test/test_requirement.rb
+++ b/Library/Homebrew/test/test_requirement.rb
@@ -75,7 +75,7 @@ class RequirementTests < Test::Unit::TestCase
end.new
ENV.expects(:with_build_environment).yields.returns(which_path)
- ENV.expects(:append).with("PATH", which_path.parent, ":")
+ ENV.expects(:append_path).with("PATH", which_path.parent)
req.satisfied?
req.modify_build_environment