diff options
| author | Jack Nagel | 2013-08-19 17:21:13 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-08-19 17:21:13 -0500 |
| commit | ea8f51256b22f86c3d802ac6432c3bb76ca434cf (patch) | |
| tree | 44426f47ba62e5cc897f13b1bfa4f60c4401fc76 /Library/Homebrew/test | |
| parent | b672b44cf9d60738276c137a064b31e68572e196 (diff) | |
| download | brew-ea8f51256b22f86c3d802ac6432c3bb76ca434cf.tar.bz2 | |
Use ENV.append_path
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/test_requirement.rb | 2 |
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 |
