tcl: Set LC_ALL=C.UTF-8 for test

Get rid of the cmdAH failures.
This commit is contained in:
Xi Ruoyao
2025-09-20 18:57:22 +08:00
parent 3373b9dcd6
commit 215e914e54

View File

@@ -102,11 +102,7 @@ unset SRCDIR</userinput></screen>
<para>To test the results, issue:</para> <para>To test the results, issue:</para>
<screen><userinput remap="test">make test</userinput></screen> <screen><userinput remap="test">LC_ALL=C.UTF-8 make test</userinput></screen>
<para>Three tests (out of over 43000 total tests) from the cmdAH.test file
are known to fail in the chroot environment. All tests pass in a full
system. </para>
<para>Install the package:</para> <para>Install the package:</para>