diff options
| author | Jack Nagel | 2015-04-30 19:41:58 -0400 |
|---|---|---|
| committer | Jack Nagel | 2015-04-30 19:41:58 -0400 |
| commit | e023d869a2a3b05c0d7a09ddb10975f322896bdb (patch) | |
| tree | 86e5d12e032af78e688925610ba3f5276c248d9f /Library/Homebrew | |
| parent | 01c6c737091beb2fc16d9d1535600b3346750d0c (diff) | |
| download | brew-e023d869a2a3b05c0d7a09ddb10975f322896bdb.tar.bz2 | |
Revert "test-bot: try to handle bad UTF-8 output."
This reverts commit b4c2b8f3b4b58ef10ab8f748c743a3352f4cee7d.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/cmd/test-bot.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index dff297166..31e4bc5be 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -838,11 +838,6 @@ module Homebrew end if ARGV.include? "--junit" - unless RUBY_VERSION < "1.9" - Encoding.default_external = Encoding::UTF_8 - Encoding.default_internal = Encoding::UTF_8 - end - xml_document = REXML::Document.new xml_document << REXML::XMLDecl.new testsuites = xml_document.add_element "testsuites" |
