diff options
| author | Misty De Meo | 2016-04-20 14:26:39 -0700 |
|---|---|---|
| committer | Misty De Meo | 2016-04-21 09:36:30 -0700 |
| commit | f5f41f2079039699c0157b602391d7744fc7222b (patch) | |
| tree | d0a644720ec828462435a5c4669a9e59b98adda0 /Library/Homebrew/test | |
| parent | 35385e8c59c92b8993f99d6e73d9ab83c2ba3c4d (diff) | |
| download | brew-f5f41f2079039699c0157b602391d7744fc7222b.tar.bz2 | |
doctor: remove autotools check
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/test_diagnostic.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Homebrew/test/test_diagnostic.rb b/Library/Homebrew/test/test_diagnostic.rb index d53747bc5..ef82da6dc 100644 --- a/Library/Homebrew/test/test_diagnostic.rb +++ b/Library/Homebrew/test/test_diagnostic.rb @@ -204,20 +204,6 @@ class DiagnosticChecksTest < Homebrew::TestCase HOMEBREW_CELLAR.mkpath end - def test_check_for_autoconf - MacOS::Xcode.stubs(:installed?).returns true - MacOS::Xcode.stubs(:provides_autotools?).returns true - mktmpdir do |path| - file = "#{path}/autoconf" - FileUtils.touch file - FileUtils.chmod 0755, file - ENV["PATH"] = [path, ENV["PATH"]].join File::PATH_SEPARATOR - - assert_match "This custom autoconf", - @checks.check_for_autoconf - end - end - def test_check_tmpdir ENV["TMPDIR"] = "/i/don/t/exis/t" assert_match "doesn't exist", |
