diff options
Diffstat (limited to 'Library/Homebrew/test/test_utils.rb')
| -rw-r--r-- | Library/Homebrew/test/test_utils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_utils.rb b/Library/Homebrew/test/test_utils.rb index c88c0f416..422cd6229 100644 --- a/Library/Homebrew/test/test_utils.rb +++ b/Library/Homebrew/test/test_utils.rb @@ -46,7 +46,7 @@ class UtilTests < Homebrew::TestCase def test_ofail shutup { ofail "foo" } - assert Homebrew.failed + assert Homebrew.failed? ensure Homebrew.failed = false end |
