File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ repo=https://github.com/coreutils/coreutils
44curl -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 > 9.9
7+ curl -L ${repo} /raw/refs/heads/master/tests/timeout/timeout.sh > tests/timeout/timeout.sh
8+ curl -L ${repo} /raw/refs/heads/master/tests/timeout/timeout-group.sh > tests/timeout/timeout-group.sh
79curl -L ${repo} /raw/refs/heads/master/tests/mv/hardlink-case.sh > tests/mv/hardlink-case.sh
810curl -L ${repo} /raw/refs/heads/master/tests/mkdir/writable-under-readonly.sh > tests/mkdir/writable-under-readonly.sh
911curl -L ${repo} /raw/refs/heads/master/tests/cp/cp-mv-enotsup-xattr.sh > tests/cp/cp-mv-enotsup-xattr.sh # spell-checker:disable-line
You can’t perform that action at this time.
0 commit comments