aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_bucket.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_bucket.rb')
-rw-r--r--Library/Homebrew/test/test_bucket.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Homebrew/test/test_bucket.rb b/Library/Homebrew/test/test_bucket.rb
index 56b67b686..1a5b78c4b 100644
--- a/Library/Homebrew/test/test_bucket.rb
+++ b/Library/Homebrew/test/test_bucket.rb
@@ -54,15 +54,6 @@ class BeerTasting < Test::Unit::TestCase
shutup { assert_nothing_raised { TestZip.new.brew {} } }
end
- # needs resurrecting
- # def test_no_ARGV_dupes
- # ARGV.reset
- # ARGV << 'foo' << 'foo'
- # n=0
- # ARGV.named.each{|f| n+=1 if f == 'foo'}
- # assert_equal 1, n
- # end
-
def test_brew_h
require 'cmd/info'
require 'cmd/prune'