Skip to content

Commit 07dbc56

Browse files
author
oech3
committed
cksum: Backport --text --tag error from GNU's main
1 parent d4b0ab5 commit 07dbc56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

util/fetch-gnu.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ ver="9.9"
33
repo=https://github.com/coreutils/coreutils
44
curl -L "${repo}/releases/download/v${ver}/coreutils-${ver}.tar.xz" | tar --strip-components=1 -xJf -
55

6+
# Accurate error on *sum
7+
curl -L ${repo}/raw/refs/heads/master/tests/cksum/cksum-a.sh > tests/cksum/cksum-a.sh
8+
curl -L ${repo}/raw/refs/heads/master/tests/cksum/cksum-c.sh > tests/cksum/cksum-c.sh
69
# TODO stop backporting tests from master at GNU coreutils > 9.9
710
curl -L ${repo}/raw/refs/heads/master/tests/mv/hardlink-case.sh > tests/mv/hardlink-case.sh
811
curl -L ${repo}/raw/refs/heads/master/tests/mkdir/writable-under-readonly.sh > tests/mkdir/writable-under-readonly.sh

0 commit comments

Comments
 (0)