diff options
| author | Jack Nagel | 2014-06-29 19:19:24 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-29 21:50:08 -0500 |
| commit | 391bc4c981311209cf15610c6eb272143e3a6415 (patch) | |
| tree | 01addf1a19c4f5c7180e6a200f7cd23adea53738 /Library/Homebrew/test | |
| parent | 4d11def53c236de9ee7d5819f219137063572551 (diff) | |
| download | brew-391bc4c981311209cf15610c6eb272143e3a6415.tar.bz2 | |
Normalize paths before calling Tab.from_file
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/test_tab.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_tab.rb b/Library/Homebrew/test/test_tab.rb index 912a207a9..296f9961f 100644 --- a/Library/Homebrew/test/test_tab.rb +++ b/Library/Homebrew/test/test_tab.rb @@ -93,7 +93,6 @@ class TabLoadingTests < Homebrew::TestCase @f.prefix.mkpath @path = @f.prefix.join(Tab::FILENAME) @path.write Pathname.new(TEST_DIRECTORY).join("fixtures", "receipt.json").read - @path = @path.realpath end def teardown |
