mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
Remove some replacements of touch in build script
Remove some replacements of uutils `touch` for GNU `touch` in the `util/build-gnu.sh` script, since recent improvements to the `parse_datetime` have made these replacements unnecessary.
This commit is contained in:
parent
a862a57fc1
commit
2cb2f30846
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ grep -rl 'path_prepend_' tests/* | xargs sed -i 's| path_prepend_ ./src||'
|
|||
# Use the system coreutils where the test fails due to error in a util that is not the one being tested
|
||||
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/mv/update.sh tests/ls/ls-time.sh tests/misc/time-style.sh tests/test/test-N.sh tests/ls/abmon-align.sh
|
||||
sed -i 's|touch |/usr/bin/touch |' tests/test/test-N.sh tests/ls/abmon-align.sh
|
||||
|
||||
# our messages are better
|
||||
sed -i "s|cannot stat 'symlink': Permission denied|not writing through dangling symlink 'symlink'|" tests/cp/fail-perm.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue