From 00532a3e3a3c8e3c12e5ffe9ddee2b374759fa94 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Thu, 17 Nov 2016 15:17:09 -0500 Subject: formula: update test_fixtures path Fix regression caused by #1364. --- Library/Homebrew/test/formula_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test') diff --git a/Library/Homebrew/test/formula_test.rb b/Library/Homebrew/test/formula_test.rb index eef60a3e5..a6db1b57f 100644 --- a/Library/Homebrew/test/formula_test.rb +++ b/Library/Homebrew/test/formula_test.rb @@ -634,7 +634,7 @@ class FormulaTests < Homebrew::TestCase url "foo-1.0" end - assert_equal Pathname.new("#{HOMEBREW_LIBRARY_PATH}/test/fixtures/foo"), + assert_equal Pathname.new("#{HOMEBREW_LIBRARY_PATH}/test/support/fixtures/foo"), f1.test_fixtures("foo") end -- cgit v1.2.3