From 71ed3722ff08c71bdfddb51a13a2bc6ec23cb1bb Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 21 Dec 2025 01:57:36 +0300 Subject: [PATCH] alter workaround note --- test/test_helper.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_helper.bash b/test/test_helper.bash index e827e704..e5933f86 100644 --- a/test/test_helper.bash +++ b/test/test_helper.bash @@ -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