From 8124695aaa4fbc6b0c68d1db59c9233a98bbc3d0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 20 Apr 2015 20:24:43 -0400 Subject: Our internal directory structure is private --- Library/Formula/patchutils.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3