diff options
| author | Alyssa Ross | 2016-09-07 21:47:53 +0100 |
|---|---|---|
| committer | Alyssa Ross | 2016-09-07 21:47:53 +0100 |
| commit | 8bbcbfc0203cde999a0a6e10053ffc173ee73b06 (patch) | |
| tree | f9b5f61749ac161807faa6e6b3de1a71da2c8654 /Library/Homebrew | |
| parent | c58bbdc2138d2eb21ab7ea499beb6994a01891c4 (diff) | |
| download | brew-8bbcbfc0203cde999a0a6e10053ffc173ee73b06.tar.bz2 | |
More realistic alias_path test
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/test/test_formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_formula.rb b/Library/Homebrew/test/test_formula.rb index ce1ac28b1..63cefe9fa 100644 --- a/Library/Homebrew/test/test_formula.rb +++ b/Library/Homebrew/test/test_formula.rb @@ -8,7 +8,7 @@ class FormulaTests < Homebrew::TestCase name = "formula_name" path = Formulary.core_path(name) spec = :stable - alias_path = "formula_alias" + alias_path = CoreTap.instance.alias_dir/"formula_alias" f = klass.new(name, path, spec, :alias_path => alias_path) assert_equal name, f.name |
