This commit is contained in:
Michael Newman 2026-07-27 14:57:58 -04:00 committed by GitHub
parent bac39a0ef8
commit 26dd5d9dda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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