Skip to content

Commit d429fb7

Browse files
oech3oech3
authored andcommitted
Avoid incorrect PASS of runcon-compute.sh
1 parent 4401eb1 commit d429fb7

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

util/fetch-gnu.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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
# backport from coreutils > 9.9
7-
curl ${repo}/raw/refs/heads/master/tests/mv/hardlink-case.sh > tests/mv/hardlink-case.sh
8-
curl ${repo}/raw/refs/heads/master/tests/mkdir/writable-under-readonly.sh > tests/mkdir/writable-under-readonly.sh
9-
curl ${repo}/raw/refs/heads/master/tests/cp/cp-mv-enotsup-xattr.sh > tests/cp/cp-mv-enotsup-xattr.sh #spell-checker:disable-line
7+
curl -L ${repo}/raw/refs/heads/master/tests/mv/hardlink-case.sh > tests/mv/hardlink-case.sh
8+
curl -L ${repo}/raw/refs/heads/master/tests/mkdir/writable-under-readonly.sh > tests/mkdir/writable-under-readonly.sh
9+
curl -L ${repo}/raw/refs/heads/master/tests/cp/cp-mv-enotsup-xattr.sh > tests/cp/cp-mv-enotsup-xattr.sh #spell-checker:disable-line
10+
# Avoid incorrectly passing runcon-compute
11+
curl -L ${repo}/raw/refs/heads/master/tests/runcon/runcon-compute.sh > tests/runcon/runcon-compute.sh

util/why-error.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ This file documents why some GNU tests are failing:
3434
* tail/follow-stdin.sh
3535
* tail/inotify-rotate-resources.sh
3636
* tail/symlink.sh
37+
* runcon/runcon-compute.sh
3738
* stty/stty-row-col.sh
3839
* stty/stty.sh

0 commit comments

Comments
 (0)