summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-04 06:39:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-04 06:39:40 +0000
commit82aa43407ca3f4096ec2be2a13869fb584775952 (patch)
tree5e009b577bd7b9697c371226c3f453309384e6e4 /lib
parentde8eb56e8851cef0c7aec56594531589f5580a7a (diff)
win32: VT100 escape
* win32/win32.c (constat_apply): apply VT100 functions. [ruby-core:44958] [Feature #6418] * win32/win32.c (constat_parse): parse some VT100 escape sequence. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/test/unit.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/test/unit.rb b/lib/test/unit.rb
index c64d9b488d..33bc93add1 100644
--- a/lib/test/unit.rb
+++ b/lib/test/unit.rb
@@ -672,7 +672,6 @@ module Test
color = true
when :auto, nil
color = @options[:job_status] == :replace && /dumb/ !~ ENV["TERM"]
- color &&= /mswin|mingw/ !~ RUBY_PLATFORM
else
color = false
end