aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/formula_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/formula_test.rb')
-rw-r--r--Library/Homebrew/test/formula_test.rb2
1 files changed, 1 insertions, 1 deletions
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