diff options
| author | Bob W. Hogg | 2016-12-02 19:41:38 -0800 |
|---|---|---|
| committer | Bob W. Hogg | 2016-12-02 19:41:38 -0800 |
| commit | f7e5a85c2b21be9a4bb7cf0ee9f2b50fe8a80351 (patch) | |
| tree | 7f7dce54252f56864819cc4d3899d093ea0fedcd | |
| parent | 5bbd64141e45d5fa2487b2bfe38299f07ba444d1 (diff) | |
| download | brew-f7e5a85c2b21be9a4bb7cf0ee9f2b50fe8a80351.tar.bz2 | |
uninstall_test: require testing_env
| -rw-r--r-- | Library/Homebrew/test/uninstall_test.rb | 1 |
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 |
