aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorJack Nagel2014-03-13 10:11:00 -0500
committerJack Nagel2014-03-13 15:59:54 -0500
commit91c7fa1d785b6f67cac749a24932ea0571adfa54 (patch)
treea67c2cf934f658dcc2f4bff398dcfcbea21a69ed /Library/Homebrew/test
parent9ba8890a1c8ea3b404129d22e4c7ee93a059ab58 (diff)
downloadhomebrew-91c7fa1d785b6f67cac749a24932ea0571adfa54.tar.bz2
Make debug an installer mode
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_ARGV.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_ARGV.rb b/Library/Homebrew/test/test_ARGV.rb
index 838ce5281..2a29dadf7 100644
--- a/Library/Homebrew/test/test_ARGV.rb
+++ b/Library/Homebrew/test/test_ARGV.rb
@@ -49,7 +49,7 @@ class ArgvExtensionTests < Test::Unit::TestCase
end
def test_filter_for_dependencies_clears_flags
- @argv << "--debug"
+ @argv << "--HEAD" << "--devel"
@argv.filter_for_dependencies { assert @argv.empty? }
end