diff options
Diffstat (limited to 'Library/Homebrew/test/test_outdated.rb')
| -rw-r--r-- | Library/Homebrew/test/test_outdated.rb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Library/Homebrew/test/test_outdated.rb b/Library/Homebrew/test/test_outdated.rb index 8ee3844df..cc0f024c8 100644 --- a/Library/Homebrew/test/test_outdated.rb +++ b/Library/Homebrew/test/test_outdated.rb @@ -5,10 +5,6 @@ class IntegrationCommandTestOutdated < IntegrationCommandTestCase setup_test_formula "testball" (HOMEBREW_CELLAR/"testball/0.0.1/foo").mkpath - if ARGV.verbose? - assert_equal "testball (0.0.1) < 0.1", cmd("outdated") - else - assert_equal "testball", cmd("outdated") - end + assert_equal "testball", cmd("outdated") end end |
