alter workaround note

This commit is contained in:
Ivan Pozdeev 2025-12-21 01:57:36 +03:00
parent b858287c36
commit 71ed3722ff
No known key found for this signature in database
GPG key ID: FB6A628DCF06DCD7

View file

@ -34,7 +34,8 @@ setup() {
unset xdg_var
# Workaround for Powershell. When tests are run from a terminal,
# Powershell erroneously prints ANSI escape sequences
# and running a script fron a here-document,
# Powershell 7.5.4 erroneously prints ANSI escape sequences
# even if its output is redirected, breaking the comparison logic
export NO_COLOR=1