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
commit61d35f06ca3e3af8ac757ffd89e9a29922574989 (patch)
tree3987886b6568777c54713471f50a1cde35dc015a /Library
parent5f9067262f3ad0b31a98ce671cc67cec7487b2c5 (diff)
downloadhomebrew-61d35f06ca3e3af8ac757ffd89e9a29922574989.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