Skip to content

Commit

Permalink
Merge pull request #5800 from sylvestre/remove-wa
Browse files Browse the repository at this point in the history
Remove the tests/cp/link-heap.sh workaround
  • Loading branch information
cakebaker authored Jan 7, 2024
2 parents a60c342 + 724305e commit 7b34e3e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions util/build-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,6 @@ sed -i 's|ln -|/usr/bin/ln -|' tests/cp/link-deref.sh
sed -i "s|cannot stat 'symlink': Permission denied|not writing through dangling symlink 'symlink'|" tests/cp/fail-perm.sh
sed -i "s|cp: target directory 'symlink': Permission denied|cp: 'symlink' is not a directory|" tests/cp/fail-perm.sh

# Workaround https://github.com/uutils/coreutils/issues/5766
# to transform an ERROR into FAIL
sed -i 's|xargs mkdir )|xargs mkdir -p )|' tests/cp/link-heap.sh

# Our message is a bit better
sed -i "s|cannot create regular file 'no-such/': Not a directory|'no-such/' is not a directory|" tests/mv/trailing-slash.sh

Expand Down

0 comments on commit 7b34e3e

Please sign in to comment.