Skip to content

Commit

Permalink
Merge pull request #5435 from sylvestre/rm-fail
Browse files Browse the repository at this point in the history
rm: adjust fail-2eperm.sh - gnu test
  • Loading branch information
cakebaker authored Oct 22, 2023
2 parents f7a7589 + fa265b0 commit 1cf3077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/build-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ grep -rlE '/usr/local/bin/\s?/usr/local/bin' init.cfg tests/* | xargs --no-run-i

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 1cf3077

Please sign in to comment.