Skip to content

Commit 2cb2f30

Browse files
committed
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.
1 parent a862a57 commit 2cb2f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/build-gnu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ grep -rl 'path_prepend_' tests/* | xargs sed -i 's| path_prepend_ ./src||'
176176
# Use the system coreutils where the test fails due to error in a util that is not the one being tested
177177
sed -i "s|grep '^#define HAVE_CAP 1' \$CONFIG_HEADER > /dev/null|true|" tests/ls/capability.sh
178178
# tests/ls/abmon-align.sh - https://github.com/uutils/coreutils/issues/3505
179-
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
179+
sed -i 's|touch |/usr/bin/touch |' tests/test/test-N.sh tests/ls/abmon-align.sh
180180

181181
# our messages are better
182182
sed -i "s|cannot stat 'symlink': Permission denied|not writing through dangling symlink 'symlink'|" tests/cp/fail-perm.sh

0 commit comments

Comments
 (0)