From 15462cc8178aa555334d2b67a7e3b6656bd7bf70 Mon Sep 17 00:00:00 2001 From: Bruce Steedman Date: Sat, 1 Oct 2016 09:49:06 +0100 Subject: delete verbose env vars in `brew tests` --- Library/Homebrew/test/test_outdated.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Library/Homebrew/test/test_outdated.rb') 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 -- cgit v1.2.3