aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/testing_env.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/testing_env.rb')
-rw-r--r--Library/Homebrew/test/testing_env.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb
index 8e907e24a..0e58afeea 100644
--- a/Library/Homebrew/test/testing_env.rb
+++ b/Library/Homebrew/test/testing_env.rb
@@ -1,11 +1,6 @@
$:.unshift File.expand_path("../..", __FILE__)
$:.unshift File.expand_path("../lib", __FILE__)
-require "tmpdir"
-
-TEST_TMPDIR = Dir.mktmpdir("homebrew_tests")
-at_exit { FileUtils.remove_entry(TEST_TMPDIR) }
-
require "global"
# Test environment setup