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
commit5d2c4317512b8e5c549e4cfb816a745b7467acf2 (patch)
treee15f03c57728193fef94b5dc1565fd42694a6ba6 /Library/Homebrew/test
parente201083d2eec3384fcc5365ac79b52184a2f7e7f (diff)
downloadhomebrew-5d2c4317512b8e5c549e4cfb816a745b7467acf2.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