aboutsummaryrefslogtreecommitdiffstats
path: root/sample
diff options
context:
space:
mode:
Diffstat (limited to 'sample')
-rwxr-xr-xsample/test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/sample/test.rb b/sample/test.rb
index 3e73be93b6..b32a16430a 100755
--- a/sample/test.rb
+++ b/sample/test.rb
@@ -15,7 +15,6 @@ PROGRESS.instance_eval do
@rotator = %w[- \\ | /]
@bs = "\b" * @rotator[0].size
@tty = STDERR.tty? && /dumb/ !~ ENV["TERM"]
- @tty &&= /mswin|mingw/ !~ RUBY_PLATFORM
case @color
when nil
@color = @tty