Skip to content

Commit 254f762

Browse files
committed
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
1 parent edf8be5 commit 254f762

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

util/build-gnu.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,6 @@ eval cat "$path_UUTILS/util/gnu-patches/*.patch" | patch -N -r - -d "$path_GNU"
227227

228228
sed -i -e "s|rm: cannot remove 'e/slink'|rm: cannot remove 'e'|g" tests/rm/fail-eacces.sh
229229

230-
sed -i -e "s|rm: cannot remove 'a/b'|rm: cannot remove 'a'|g" tests/rm/fail-2eperm.sh
231-
232230
sed -i -e "s|rm: cannot remove 'a/b/file'|rm: cannot remove 'a'|g" tests/rm/cycle.sh
233231

234232
sed -i -e "s|rm: cannot remove directory 'b/a/p'|rm: cannot remove 'b'|g" tests/rm/rm1.sh

0 commit comments

Comments
 (0)