From 724305e64f56b2ef7f469eb99f7282d19fbd3c41 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 6 Jan 2024 22:57:48 +0100 Subject: [PATCH] Remove the tests/cp/link-heap.sh workaround No longer needed since github.com/uutils/coreutils/pull/5789 landed --- util/build-gnu.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 915577c5584..9fdb3079d9d 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -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