From 215e914e5483d4e893c23ef80f1d116097c063ae Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 20 Sep 2025 18:57:22 +0800 Subject: [PATCH] tcl: Set LC_ALL=C.UTF-8 for test Get rid of the cmdAH failures. --- chapter08/tcl.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml index 84d65ab52..7dfb006b7 100644 --- a/chapter08/tcl.xml +++ b/chapter08/tcl.xml @@ -102,11 +102,7 @@ unset SRCDIR To test the results, issue: -make test - - 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. +LC_ALL=C.UTF-8 make test Install the package: