diff options
| author | Jack Nagel | 2014-06-12 18:14:48 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-12 18:14:48 -0500 |
| commit | 3f3ba8462ea38dc6746c8d605d63cdcabca2f7ab (patch) | |
| tree | ba6a67160150418b2e70238097520296a3e3c1c0 /Library/Homebrew/test/test_formula.rb | |
| parent | 8c2db70cf8f9aedc524b336b7216f5f95d147dcc (diff) | |
| download | brew-3f3ba8462ea38dc6746c8d605d63cdcabca2f7ab.tar.bz2 | |
Always expand __FILE__
Diffstat (limited to 'Library/Homebrew/test/test_formula.rb')
| -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 80980173c..2b6e356d2 100644 --- a/Library/Homebrew/test/test_formula.rb +++ b/Library/Homebrew/test/test_formula.rb @@ -170,7 +170,7 @@ class FormulaTests < Test::Unit::TestCase bottle { sha1 TEST_SHA1 => bottle_tag } def initialize - super "test", Pathname.new(__FILE__) + super "test", Pathname.new(__FILE__).expand_path end end.new |
