From 254f762e860f1a6d3974b4ae84e336bc3eb18575 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 28 Dec 2024 21:53:09 +0100 Subject: [PATCH] GNU: try to remove the fail-2eperm.sh workaround Now fails with: 2024-12-28T14:55:18.9355074Z -rm: cannot remove 'a': Operation not permitted 2024-12-28T14:55:18.9355364Z +rm: cannot remove 'a/b': Operation not permitted --- util/build-gnu.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 16868af4dbc..38df18daeb2 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -227,8 +227,6 @@ eval cat "$path_UUTILS/util/gnu-patches/*.patch" | patch -N -r - -d "$path_GNU" sed -i -e "s|rm: cannot remove 'e/slink'|rm: cannot remove 'e'|g" tests/rm/fail-eacces.sh -sed -i -e "s|rm: cannot remove 'a/b'|rm: cannot remove 'a'|g" tests/rm/fail-2eperm.sh - sed -i -e "s|rm: cannot remove 'a/b/file'|rm: cannot remove 'a'|g" tests/rm/cycle.sh sed -i -e "s|rm: cannot remove directory 'b/a/p'|rm: cannot remove 'b'|g" tests/rm/rm1.sh