aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-04-13 20:07:14 -0500
committerJack Nagel2013-04-13 20:07:14 -0500
commitc8f2d41fe412f34fc6e5358b6a8be14df5e65db0 (patch)
tree813b5eb7f60026454e7ea4b142ae9351b83e08b8 /Library
parent5fc772b8e9441c3eaad0028db5fd6669dbaaafd0 (diff)
downloadbrew-c8f2d41fe412f34fc6e5358b6a8be14df5e65db0.tar.bz2
Remove extra require
Diffstat (limited to 'Library')
-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'