diff options
| author | Jack Nagel | 2013-01-30 17:55:04 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-01-31 15:40:06 -0600 |
| commit | 1408610b81eb3a2977474d548769f7405d4cf085 (patch) | |
| tree | 651d72a94bbd4b6f0778cf45963ef89d35a9fde7 /Library/Homebrew/test | |
| parent | f4b126cc144c2a10b5eaf3ded3c14c2f9b08dc0f (diff) | |
| download | brew-1408610b81eb3a2977474d548769f7405d4cf085.tar.bz2 | |
Proper recursive expansion of requirements with filtering
Expand requirements recursively while applying the same optional? and
recommended? filters that dependencies are run through. Options
generated by requirements are now checked against the correct list of
requirements, eliminating the temporary "best guess" logic in the
installer.
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/test_x11_deps.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_x11_deps.rb b/Library/Homebrew/test/test_x11_deps.rb index c455d03d3..433a2a1ab 100644 --- a/Library/Homebrew/test/test_x11_deps.rb +++ b/Library/Homebrew/test/test_x11_deps.rb @@ -1,6 +1,5 @@ require 'testing_env' require 'requirements' -require 'extend/set' class X11DependencyTests < Test::Unit::TestCase def test_eql_instances_are_eql |
