From: Pádraig Brady Date: Fri, 10 Apr 2026 10:24:58 +0000 (+0100) Subject: tests: cut: ensure separate read paths checked X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcc33b9e67d6c9683ec056fd3b9e35bed5d9f1a2;p=thirdparty%2Fcoreutils.git tests: cut: ensure separate read paths checked * tests/misc/read-errors.sh: Use cut -b as that has a separate read path to cut -c. --- diff --git a/tests/misc/read-errors.sh b/tests/misc/read-errors.sh index f967a9044c..834440959a 100755 --- a/tests/misc/read-errors.sh +++ b/tests/misc/read-errors.sh @@ -45,7 +45,7 @@ cksum -a sysv . cksum -a md5 /dev/null | sed 's|/dev/null|.|' | cksum --check comm . . csplit . 1 -cut -c1 . +cut -b1 . cut -f1 . date -f . dd if=.