Skip to content

Commit a082101

Browse files
oech3oech3
authored andcommitted
Avoid incorrect PASS of 2 tests
1 parent 4401eb1 commit a082101

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

util/fetch-gnu.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +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-
# 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
6+
# TODO stop backporting tests from master at GNU coreutils > 9.9
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
This file documents why some GNU tests are failing:
22
* cp/cp-a-selinux.sh
3+
* cp/cp-mv-enotsup-xattr
34
* cp/preserve-gid.sh
45
* date/date-debug.sh
56
* date/date.pl
@@ -34,5 +35,6 @@ This file documents why some GNU tests are failing:
3435
* tail/follow-stdin.sh
3536
* tail/inotify-rotate-resources.sh
3637
* tail/symlink.sh
38+
* runcon/runcon-compute.sh
3739
* stty/stty-row-col.sh
3840
* stty/stty.sh

0 commit comments

Comments
 (0)