aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-03-16 10:29:56 +0000
committerMike McQuaid2015-03-16 10:29:56 +0000
commit4077980b6d62a8659d5ba214977e5dcf4dee8468 (patch)
tree80dc8a9f63d30874ab533e319bfb25bd43f03e59 /Library
parentf38a7d5d4b5049cbafb120f888c2de2862284a56 (diff)
downloadhomebrew-4077980b6d62a8659d5ba214977e5dcf4dee8468.tar.bz2
test-bot: remove another invalid XML character.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index a9dd79cf1..f710e14df 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -823,7 +823,7 @@ module Homebrew
if step.has_output?
# Remove invalid XML CData characters from step output.
- output = step.output.delete("\000\a\b\e\f")
+ output = step.output.delete("\000\a\b\e\f\x1f")
if output.bytesize > BYTES_IN_1_MEGABYTE
output = "truncated output to 1MB:\n" \