File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 55# spell-checker:ignore (paths) abmon deref discrim eacces getlimits getopt ginstall inacc infloop inotify reflink ; (misc) INT_OFLOW OFLOW
66# spell-checker:ignore baddecode submodules xstrtol distros ; (vars/env) SRCDIR vdir rcexp xpart dired OSTYPE ; (utils) gnproc greadlink gsed multihardlink texinfo CARGOFLAGS
77# spell-checker:ignore openat TOCTOU CFLAGS
8- # spell-checker:ignore hfsplus casefold chattr
98
109set -e
1110
@@ -169,8 +168,11 @@ grep -rl 'path_prepend_' tests/* | xargs -r "${SED}" -i 's| path_prepend_ ./src|
169168# path_prepend_ sets $abs_path_dir_: set it manually instead.
170169grep -rl ' \$abs_path_dir_' tests/* /* .sh | xargs -r " ${SED} " -i " s|\$ abs_path_dir_|${UU_BUILD_DIR// \/ / \\ / } |g"
171170
172- # Remove hfs dependency (should be merged to upstream)
173- " ${SED} " -i -e " s|hfsplus|ext4 -O casefold|" -e " s|cd mnt|rm -d mnt/lost+found;chattr +F mnt;cd mnt|" tests/mv/hardlink-case.sh
171+ # Backport tests fixed at GNU coreutils > 9.9
172+ curl https://raw.githubusercontent.com/coreutils/coreutils/refs/heads/master/tests/mv/hardlink-case.sh > tests/mv/hardlink-case.sh
173+ # spell-checker:ignore enotsup
174+ curl https://raw.githubusercontent.com/coreutils/coreutils/refs/heads/master/tests/cp/cp-mv-enotsup-xattr.sh > tests/cp/cp-mv-enotsup-xattr.sh
175+ curl https://raw.githubusercontent.com/coreutils/coreutils/refs/heads/master/tests/mkdir/writable-under-readonly.sh > tests/mkdir/writable-under-readonly.sh
174176
175177# Use the system coreutils where the test fails due to error in a util that is not the one being tested
176178" ${SED} " -i " s|grep '^#define HAVE_CAP 1' \$ CONFIG_HEADER > /dev/null|true|" tests/ls/capability.sh
Original file line number Diff line number Diff line change 5454= no rootfs in mtab =
5555* tests/df/skip-rootfs.sh
5656
57- = insufficient mount/ext2 support =
58- * tests/cp/cp-mv-enotsup-xattr.sh
59-
6057= requires controlling input terminal =
6158* tests/misc/stty-pairs.sh
6259* tests/misc/stty.sh
You can’t perform that action at this time.
0 commit comments