diff options
| author | Mike McQuaid | 2012-08-25 10:21:29 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2012-08-25 10:21:48 -0700 |
| commit | 90010f46021c34024dd22a0f61790bb57cb4b5ea (patch) | |
| tree | 83876ca9a18a527ae4821ea2399e52fd3999158b /Library/Homebrew/test | |
| parent | d9a18d4c1e679d95ff9828f00d246d9b03ccb984 (diff) | |
| download | brew-90010f46021c34024dd22a0f61790bb57cb4b5ea.tar.bz2 | |
Fix tests and NoMethodError with no X11 installed.
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/test_ENV.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_ENV.rb b/Library/Homebrew/test/test_ENV.rb index cd9c930ed..7b71e494f 100644 --- a/Library/Homebrew/test/test_ENV.rb +++ b/Library/Homebrew/test/test_ENV.rb @@ -15,7 +15,7 @@ class EnvironmentTests < Test::Unit::TestCase ENV.minimal_optimization ENV.no_optimization ENV.libxml2 - ENV.x11 + ENV.x11 true ENV.enable_warnings assert !ENV.cc.empty? assert !ENV.cxx.empty? |
