Remove unused variable
This will make brew readall --syntax pass
This commit is contained in:
parent
6ec14288aa
commit
d89a696d83
@ -126,7 +126,6 @@ class FormulaTests < Homebrew::TestCase
|
|||||||
def test_installed_alias_with_tap
|
def test_installed_alias_with_tap
|
||||||
tap = Tap.new("user", "repo")
|
tap = Tap.new("user", "repo")
|
||||||
name = "foo"
|
name = "foo"
|
||||||
full_name = "#{tap.user}/#{tap.repo}/#{name}"
|
|
||||||
path = "#{tap.path}/Formula/#{name}.rb"
|
path = "#{tap.path}/Formula/#{name}.rb"
|
||||||
f = formula(name, path) { url "foo-1.0" }
|
f = formula(name, path) { url "foo-1.0" }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user