Fix typo in test/test_helper.bash

This commit is contained in:
Michael Newman 2026-07-27 07:18:22 -04:00
parent bac39a0ef8
commit 5f3aad8415

View file

@ -35,7 +35,7 @@ setup() {
unset xdg_var
# 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
# even if its output is redirected, breaking the comparison logic
export NO_COLOR=1