mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #5743 from sylvestre/gnu
ls/gnu: ignore the libcap check
This commit is contained in:
@@ -179,6 +179,7 @@ sed -i 's|chmod |/usr/bin/chmod |' tests/du/inacc-dir.sh tests/tail/tail-n0f.sh
|
||||
sed -i 's|sort |/usr/bin/sort |' tests/ls/hyperlink.sh tests/test/test-N.sh
|
||||
sed -i 's|split |/usr/bin/split |' tests/factor/factor-parallel.sh
|
||||
sed -i 's|id -|/usr/bin/id -|' tests/runcon/runcon-no-reorder.sh
|
||||
sed -i "s|grep '^#define HAVE_CAP 1' \$CONFIG_HEADER > /dev/null|true|" tests/ls/capability.sh
|
||||
# tests/ls/abmon-align.sh - https://github.com/uutils/coreutils/issues/3505
|
||||
sed -i 's|touch |/usr/bin/touch |' tests/cp/reflink-perm.sh tests/ls/block-size.sh tests/mv/update.sh tests/ls/ls-time.sh tests/stat/stat-nanoseconds.sh tests/misc/time-style.sh tests/test/test-N.sh tests/ls/abmon-align.sh
|
||||
sed -i 's|ln -|/usr/bin/ln -|' tests/cp/link-deref.sh
|
||||
|
||||
Reference in New Issue
Block a user