aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2015-04-20 20:24:43 -0400
committerJack Nagel2015-04-20 20:25:13 -0400
commit8124695aaa4fbc6b0c68d1db59c9233a98bbc3d0 (patch)
tree2685f692c368cdb6099829e0d1bbfb72f2039417 /Library/Formula
parent733e169812eed33cec0626a82ad4f30eb988a24d (diff)
downloadhomebrew-8124695aaa4fbc6b0c68d1db59c9233a98bbc3d0.tar.bz2
Our internal directory structure is private
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/patchutils.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/patchutils.rb b/Library/Formula/patchutils.rb
index 3d1ed1d02..8916fde1a 100644
--- a/Library/Formula/patchutils.rb
+++ b/Library/Formula/patchutils.rb
@@ -23,7 +23,6 @@ class Patchutils < Formula
end
test do
- assert_match /a\/libexec\/NOOP/,
- shell_output("#{bin}/lsdiff #{HOMEBREW_LIBRARY.join("Homebrew", "test", "patches", "noop-a.diff")}")
+ assert_match /a\/libexec\/NOOP/, shell_output("#{bin}/lsdiff #{test_fixtures("test.diff")}")
end
end