diff --git a/tests/support/util.tcl b/tests/support/util.tcl index 5e82b3c7..cd5b9b51 100644 --- a/tests/support/util.tcl +++ b/tests/support/util.tcl @@ -351,7 +351,7 @@ proc colorstr {color str} { default {set colorcode {37}} } if {$colorcode ne {}} { - return "\033\[$b;${colorcode};40m$str\033\[0m" + return "\033\[$b;${colorcode};49m$str\033\[0m" } } else { return $str