aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorJack Nagel2015-02-18 20:05:50 -0500
committerJack Nagel2015-02-18 21:29:17 -0500
commit4b1028c9e5ad04a129113d51087c0b11cc92d218 (patch)
tree0d1e50acf1f3353182fef2e2b67ccb36e5990b8b /Library/Homebrew/test
parent1ab384a313168e6d7ae4c1c97132addb6499ffbf (diff)
downloadbrew-4b1028c9e5ad04a129113d51087c0b11cc92d218.tar.bz2
Start recording the formula path in the install receipt
Later we can use this information to try and load the formula from the correct source.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_tab.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_tab.rb b/Library/Homebrew/test/test_tab.rb
index bb4ea9198..ea38be87b 100644
--- a/Library/Homebrew/test/test_tab.rb
+++ b/Library/Homebrew/test/test_tab.rb
@@ -17,6 +17,7 @@ class TabTests < Homebrew::TestCase
:HEAD => TEST_SHA1,
:compiler => "clang",
:stdlib => "libcxx",
+ :source => { :path => nil },
})
end