Skip to content

Commit d594ca0

Browse files
committed
Backport coreutils.sh test fix from upstream
1 parent 8e59663 commit d594ca0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

util/fetch-gnu.sh

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

66
# TODO stop backporting tests from master at GNU coreutils > $ver
7-
# backport = ()
8-
# for f in ${backport[@]}
9-
# do curl -L ${repo}/raw/refs/heads/master/tests/$f > tests/$f
10-
# done
7+
backport=(misc/coreutils.sh)
8+
for f in ${backport[@]}
9+
do curl -L ${repo}/raw/refs/heads/master/tests/$f > tests/$f
10+
done

0 commit comments

Comments
 (0)