aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/uninstall_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/uninstall_test.rb')
-rw-r--r--Library/Homebrew/test/uninstall_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/uninstall_test.rb b/Library/Homebrew/test/uninstall_test.rb
index 5c53988f2..e7849178b 100644
--- a/Library/Homebrew/test/uninstall_test.rb
+++ b/Library/Homebrew/test/uninstall_test.rb
@@ -12,6 +12,7 @@ class UninstallTests < Homebrew::TestCase
[@dependency, @dependent].each { |f| f.installed_prefix.mkpath }
tab = Tab.empty
+ tab.homebrew_version = "1.1.6"
tab.tabfile = @dependent.installed_prefix/Tab::FILENAME
tab.runtime_dependencies = [
{ "full_name" => "dependency", "version" => "1" },