logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git
commit: 6046a73abd8b8628179659e2a4e83eb98e25f8c5
parent deaff58249d08776bde83870cc0452e9bd2d6536
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 26 Aug 2024 10:45:59 +0200

test-cmd/wc.sh: NetBSD lack of C.UTF-8 again…

Diffstat:

Mtest-cmd/wc.sh3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test-cmd/wc.sh b/test-cmd/wc.sh @@ -6,8 +6,7 @@ WD="$(dirname "$0")/../" target="${WD}/cmd/wc" plans=24 . "${WD}/test-cmd/tap.sh" - -export LANG=C.UTF-8 LC_ALL=C.UTF-8 +. "${WD}/test-cmd/init_env.sh" t --input='a b c' 'a b c' '' '0 3 5 '