aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/testing_env.rb
diff options
context:
space:
mode:
authorTim D. Smith2016-06-27 23:25:10 -0700
committerTim D. Smith2016-06-27 23:25:10 -0700
commit70ceb851a596c4f40ccfb448d543bb5eb5089b4a (patch)
treef0af54e64fd0bdbdf3f612ed63aa6959a348d192 /Library/Homebrew/test/testing_env.rb
parent62d7079684cdb568600e22531c62888622a71ff1 (diff)
downloadbrew-70ceb851a596c4f40ccfb448d543bb5eb5089b4a.tar.bz2
Revert "test: Add test for Keg#mach_o_files hardlink behavior."
This reverts commit 62d7079684cdb568600e22531c62888622a71ff1.
Diffstat (limited to 'Library/Homebrew/test/testing_env.rb')
-rw-r--r--Library/Homebrew/test/testing_env.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb
index 6be622cc5..4e7089e42 100644
--- a/Library/Homebrew/test/testing_env.rb
+++ b/Library/Homebrew/test/testing_env.rb
@@ -112,13 +112,5 @@ module Homebrew
}
refute exp.eql?(act), msg
end
-
- def dylib_path(name)
- Pathname.new("#{TEST_DIRECTORY}/mach/#{name}.dylib")
- end
-
- def bundle_path(name)
- Pathname.new("#{TEST_DIRECTORY}/mach/#{name}.bundle")
- end
end
end