aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorBob W. Hogg2016-12-02 19:41:38 -0800
committerBob W. Hogg2016-12-02 19:41:38 -0800
commitf7e5a85c2b21be9a4bb7cf0ee9f2b50fe8a80351 (patch)
tree7f7dce54252f56864819cc4d3899d093ea0fedcd /Library/Homebrew/test
parent5bbd64141e45d5fa2487b2bfe38299f07ba444d1 (diff)
downloadbrew-f7e5a85c2b21be9a4bb7cf0ee9f2b50fe8a80351.tar.bz2
uninstall_test: require testing_env
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/uninstall_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/uninstall_test.rb b/Library/Homebrew/test/uninstall_test.rb
index 06b067886..5c53988f2 100644
--- a/Library/Homebrew/test/uninstall_test.rb
+++ b/Library/Homebrew/test/uninstall_test.rb
@@ -1,3 +1,4 @@
+require "testing_env"
require "cmd/uninstall"
class UninstallTests < Homebrew::TestCase