aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-02-18 12:05:09 -0800
committerAdam Vandenberg2010-04-06 08:27:11 -0700
commitbcb1f61f378c8c518abf19e6ef2487b8367df8ec (patch)
tree7868657b2d3c3845014d02d2a9884afc771c9cbf /Library
parenta5cbf945962b7a177b3d080bf100dab65757b366 (diff)
downloadbrew-bcb1f61f378c8c518abf19e6ef2487b8367df8ec.tar.bz2
Tests - remove some unused includes
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/test/unittest.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/test/unittest.rb b/Library/Homebrew/test/unittest.rb
index e93fd7b39..0c924f77b 100755
--- a/Library/Homebrew/test/unittest.rb
+++ b/Library/Homebrew/test/unittest.rb
@@ -24,9 +24,7 @@ at_exit { HOMEBREW_PREFIX.parent.rmtree }
require 'utils'
require 'formula'
-require 'download_strategy'
require 'keg'
-require 'utils'
require 'brew.h'
# for some reason our utils.rb safe_system behaves completely differently