aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorJack Nagel2013-04-13 20:07:14 -0500
committerJack Nagel2013-04-13 20:07:14 -0500
commit884a4aa812fb24fbb55e08bae4c68cd71c0fa551 (patch)
tree007f24ee6adcb21812ac4dffdc9e240b038d41b9 /Library/Homebrew/test
parenta99554879d36deaee8be3ce6c66018617ae7c35b (diff)
downloadhomebrew-884a4aa812fb24fbb55e08bae4c68cd71c0fa551.tar.bz2
Remove extra require
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_updater.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/test/test_updater.rb b/Library/Homebrew/test/test_updater.rb
index 297349450..20aba015a 100644
--- a/Library/Homebrew/test/test_updater.rb
+++ b/Library/Homebrew/test/test_updater.rb
@@ -1,7 +1,4 @@
-abort if ARGV.include? "--skip-update"
-
require 'testing_env'
-require 'formula'
require 'cmd/update'
require 'yaml'