diff options
| author | Adam Vandenberg | 2010-02-18 12:05:09 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-06 08:27:11 -0700 |
| commit | 61d35f06ca3e3af8ac757ffd89e9a29922574989 (patch) | |
| tree | 3987886b6568777c54713471f50a1cde35dc015a /Library | |
| parent | 5f9067262f3ad0b31a98ce671cc67cec7487b2c5 (diff) | |
| download | homebrew-61d35f06ca3e3af8ac757ffd89e9a29922574989.tar.bz2 | |
Tests - remove some unused includes
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Homebrew/test/unittest.rb | 2 |
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 |
