aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/testing_env.rb
diff options
context:
space:
mode:
authorJack Nagel2014-06-10 21:49:41 -0500
committerJack Nagel2014-06-10 21:49:41 -0500
commit0505582507116134020afe34adcd2e740ae44f22 (patch)
treeb99f919734a8d84968110d9a0f999d64a0bfc671 /Library/Homebrew/test/testing_env.rb
parentdbe82909a30bde3e785d806fe0dad93e96c00d71 (diff)
downloadbrew-0505582507116134020afe34adcd2e740ae44f22.tar.bz2
Rename TEST_FOLDER to TEST_DIRECTORY
Diffstat (limited to 'Library/Homebrew/test/testing_env.rb')
-rw-r--r--Library/Homebrew/test/testing_env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb
index 6b6f7ba3d..592739e20 100644
--- a/Library/Homebrew/test/testing_env.rb
+++ b/Library/Homebrew/test/testing_env.rb
@@ -54,7 +54,7 @@ end
at_exit { HOMEBREW_PREFIX.parent.rmtree }
# Test fixtures and files can be found relative to this path
-TEST_FOLDER = File.dirname(File.expand_path(__FILE__))
+TEST_DIRECTORY = File.dirname(File.expand_path(__FILE__))
def shutup
if ARGV.verbose?