Skip to content

Commit

Permalink
Merge pull request #7013 from sylvestre/2eperm
Browse files Browse the repository at this point in the history
GNU: try to remove the fail-2eperm.sh workaround
  • Loading branch information
cakebaker authored Dec 30, 2024
2 parents dddbc17 + 254f762 commit 00d1866
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions util/build-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00d1866

Please sign in to comment.