aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-03-16 18:39:45 +0000
committerMike McQuaid2015-03-16 18:39:45 +0000
commita0d190debaafdbbdb7f6bd4924181b7ce8b533b9 (patch)
treeb810c3e45c91089a26536f9d44cb7f02baf328c1 /Library
parent30124bbcbe42e431aff973cbf72b23329074a3d2 (diff)
downloadhomebrew-a0d190debaafdbbdb7f6bd4924181b7ce8b533b9.tar.bz2
test-bot: remove more bad unicode characters.
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 f710e14df..88191b5bc 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\x1f")
+ output = step.output.delete("\000\a\b\e\f\x2\x1f")
if output.bytesize > BYTES_IN_1_MEGABYTE
output = "truncated output to 1MB:\n" \