aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_diagnostic.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_diagnostic.rb b/Library/Homebrew/test/test_diagnostic.rb
index 8aa2c6f67..07bae8329 100644
--- a/Library/Homebrew/test/test_diagnostic.rb
+++ b/Library/Homebrew/test/test_diagnostic.rb
@@ -205,6 +205,7 @@ class DiagnosticChecksTest < Homebrew::TestCase
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"