aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/tap_migrations.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index 2169a8edf..53739d168 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -94,7 +94,6 @@ TAP_MIGRATIONS = {
"gtksourceviewmm" => "homebrew/x11",
"gtksourceviewmm3" => "homebrew/x11",
"gtkwave" => "homebrew/x11",
- "gupnp-tools" => "homebrew/x11",
"gv" => "homebrew/x11",
"hatari" => "homebrew/x11",
"helios" => "spotify/public",
class="no">HOMEBREW_CELLAR}/testball1/0.1", cmd("install", "testball1") assert_match "testball1-0.1 already installed", cmd("install", "testball1") assert_match "MacRuby is not packaged", cmd_fail("install", "macruby") assert_match "No available formula", cmd_fail("install", "formula") assert_match "This similarly named formula was found", cmd_fail("install", "testball") setup_test_formula "testball2" assert_match "These similarly named formulae were found", cmd_fail("install", "testball") install_and_rename_coretap_formula "testball1", "testball2" assert_match "testball1 already installed, it's just not migrated", cmd("install", "testball2") end end