diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/patchutils.rb | 3 |
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 |
