aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-06-03 10:30:55 -0500
committerJack Nagel2014-06-03 11:04:06 -0500
commit0cd8ca8500cc84ee33d21f528dbc8af31bae6a67 (patch)
treefea6df0b04b49f9e6399eb21fc58223372fa8be5 /Library
parent1bbcc4b5110f5a0573dfc78175d05fe454bbbda0 (diff)
downloadhomebrew-0cd8ca8500cc84ee33d21f528dbc8af31bae6a67.tar.bz2
String isn't enumerable in 1.9+
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index fa0075884..efcc8a984 100755
--- a/Library/Contributions/cmd/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -84,7 +84,7 @@ class Step
end
def has_output?
- @output and @output.any?
+ @output && !@output.empty?
end
def run