aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2015-03-16 18:39:45 +0000
committerMike McQuaid2015-03-16 18:39:45 +0000
commit514910e812f5f77d04d2ce9948adb7865aa93669 (patch)
tree8e2dba8626ad2bc69f508c1123e9925bcf1a0de3
parentfffba3dc7d9bdab6bbce5bed6a096e284fd78fd5 (diff)
downloadbrew-514910e812f5f77d04d2ce9948adb7865aa93669.tar.bz2
test-bot: remove more bad unicode characters.
-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" \